Enum Status
- Namespace
- nanoFramework.TI.EasyLink
- Assembly
- nanoFramework.TI.EasyLink.dll
EasyLink Status and error codes.
public enum Status : byte
Fields
Aborted = 10
Command stopped or aborted.
Busy = 9
Busy error.
CommandError = 4
Command error.
ConfigurationError = 1
Configuration error.
MemoryError = 3
Memory error
ParameterError = 2
Parameter error.
RxBufferError = 8
Receive buffer error.
RxError = 6
Receive error.
RxTimeout = 7
Receive timeout.
Success = 0
Operation successful.
TxError = 5
Transmit error.