Package com.dsi.ant.message
Class ExtendedAssignment.Flag
java.lang.Object
com.dsi.ant.message.ExtendedAssignment.Flag
- Enclosing class:
ExtendedAssignment
The flags which indicate which features to enable in a raw extended assignment byte.
- Since:
- 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
Forces a master channel to open immediately without first detecting for possible period collisions.static final int
-
Method Summary
-
Field Details
-
BACKGROUND_SCANNING
public static final int BACKGROUND_SCANNING- See Also:
-
FREQUENCY_AGILITY
public static final int FREQUENCY_AGILITY- See Also:
-
FAST_CHANNEL_INITIATION
public static final int FAST_CHANNEL_INITIATIONForces a master channel to open immediately without first detecting for possible period collisions. This decreases the open() to first broadcast start up time. This function is useful in scenarios where the device opens a channel for brief periods of time and requires a low latency at start up e.g. control applications. Warning: When other transmitting devices are present, this feature may have adverse consequences resulting in this channel beginning broadcasting at the same time and cause interference.- Since:
- 4.12.12
- See Also:
-