public final class NetGroupSendMode
extends java.lang.Object
NetGroupSendMode - NetGroupSendMode class is an enumeration
of constant values used for the sendMode parameter of the NetGroup.sendToNeighbor() method.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NEXT_DECREASING
NEXT_DECREASING - Specifies the neighbor with the nearest group address in the decreasing direction. |
static java.lang.String |
NEXT_INCREASING
NEXT_INCREASING - Specifies the neighbor with the nearest group address in the increasing direction. |
public static final java.lang.String NEXT_DECREASING
NEXT_DECREASING - Specifies the neighbor with the nearest group address in the decreasing direction.public static final java.lang.String NEXT_INCREASING
NEXT_INCREASING - Specifies the neighbor with the nearest group address in the increasing direction.