Enum ATCommandStatus
Enumerates all the possible states of an AT Command after executing it.
Namespace: XBeeLibrary.Core.Models
Assembly: XBeeLibrary.Core.dll
Syntax
public enum ATCommandStatus : byte
Remarks
The ATCommandResponse objects will contain an entry of this enumerator indicating the status of the AT Command that was executed.
Fields
Name | Description |
---|---|
ERROR | |
INVALID_COMMAND | |
INVALID_PARAMETER | |
OK | |
TX_FAILURE | |
UNKNOWN |