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