Enum ControlOption
- Namespace
- nanoFramework.TI.EasyLink
- Assembly
- nanoFramework.TI.EasyLink.dll
EasyLink Status and error codes.
public enum ControlOption : byte
Fields
AddressSize = 0Set the number of bytes in Address for both address filter and Tx/Rx operations.
AsyncRxTimeout = 3Relative time in ticks from asynchronous Rx start to TimeOut. A value of 0 means no timeout.
IdleTimeout = 1Set a timeout value for inactivity on the radio.
If the radio stays idle for this amount of time it is automatically powered down.
MultiClientMode = 2Set Multi-client mode for applications that will use multiple RF clients.
Must be set before calling Initialize().
RxTestTone = 6Enable/Disable Rx Test mode for Tone.
TestSignal = 5Enable/Disable Test mode for Signal.
TestTone = 4Enable/Disable Test mode for Tone.