Package | flash.net |
Class | public final class NetGroupSendMode |
Inheritance | NetGroupSendMode Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
sendMode
parameter of the NetGroup.sendToNeighbor()
method.
Related API Elements
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
NEXT_DECREASING : String = "nextDecreasing" [static]
Specifies the neighbor with the nearest group address in the decreasing direction. | NetGroupSendMode | ||
NEXT_INCREASING : String = "nextIncreasing" [static]
Specifies the neighbor with the nearest group address in the increasing direction. | NetGroupSendMode |
Constant Detail
NEXT_DECREASING | Constant |
public static const NEXT_DECREASING:String = "nextDecreasing"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the neighbor with the nearest group address in the decreasing direction.
NEXT_INCREASING | Constant |
public static const NEXT_INCREASING:String = "nextIncreasing"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the neighbor with the nearest group address in the increasing direction.
Thu Dec 6 2018, 01:12 PM -08:00