Package | flash.net |
Class | public final class NetGroupSendMode |
Inheritance | NetGroupSendMode Object |
Language version: | ActionScript 3.0 |
Runtime version: | AIR 2 |
sendMode
parameter of the NetGroup.sendToNeighbor()
method.
See also
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 |
NEXT_DECREASING | constant |
public static const NEXT_DECREASING:String = "nextDecreasing"
Language version: | ActionScript 3.0 |
Runtime version: | 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 version: | AIR 2 |
Specifies the neighbor with the nearest group address in the increasing direction.