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