Enum RemoteATCommandOptions
This class lists all the possible options that can be set while transmitting a remote AT Command.
Namespace: XBeeLibrary.Core.Models
Assembly: XBeeLibrary.Core.dll
Syntax
[Flags]
public enum RemoteATCommandOptions : byte
Fields
Name | Description |
---|---|
OPTION_APPLY_CHANGES | Applies changes in the remote device. |
OPTION_DISABLE_ACK | Disables ACK. |
OPTION_EXTENDED_TIMEOUT | Uses the extended transmission timeout. |
OPTION_NONE | No special transmit options. |