ResponseMsgId Enumeration
Channel response message identifier.
Namespace: SmallEarthTech.AntRadioInterfaceAssembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.0+c1e7610f9fcb5b8a327697cc707496363c1e2866
public enum ResponseMsgId
Public Enumeration ResponseMsgId
public enum class ResponseMsgId
 | NoError | 0 | The no error | 
| ChannelInWrongState | 21 | The channel in wrong state | 
| ChannelNotOpened | 22 | The channel not opened | 
| ChannelIdNotSet | 24 | The channel identifier not set | 
| CloseAllChannels | 25 | The close all channels | 
| TransferInProgress | 31 | The transfer in progress | 
| TransferSeqNumberError | 32 | The transfer sequence number error | 
| TransferInError | 33 | The transfer in error | 
| MsgSizeExceedsLimit | 39 | The message size exceeds limit | 
| InvalidMsg | 40 | The invalid message | 
| InvalidNetworkNumber | 41 | The invalid network number | 
| InvalidListId | 48 | The invalid list identifier | 
| InvalidScanTxChannels | 49 | The invalid scan Tx channels | 
| InvalidParameter | 51 | The invalid parameter | 
| EncryptNegotiationSuccess | 56 | The encrypt negotiation success | 
| EncryptNegotiationFail | 57 | The encrypt negotiation failed | 
| NvmFullError | 64 | The NVM full error | 
| NvmWriteError | 65 | The NVM write error | 
| UsbStringWriteFail | 112 | The USB string write fail | 
| MsgSerialErrorId | 174 | The message serial error identifier |