EventMsgId Enumeration
Channel event message identifier.
Namespace: SmallEarthTech.AntRadioInterfaceAssembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.0+c1e7610f9fcb5b8a327697cc707496363c1e2866
Public Enumeration EventMsgId
public enum class EventMsgId
 | RxSearchTimeout | 1 | The Rx search timeout | 
| RxFailed | 2 | The Rx failed | 
| TxSuccess | 3 | The Tx success | 
| TransferRxFailed | 4 | The transfer Rx failed | 
| TransferTxCompleted | 5 | The transfer Tx completed | 
| TransferTxFailed | 6 | The transfer Tx failed | 
| ChannelClosed | 7 | The channel closed | 
| RxFailGoToSearch | 8 | The Rx failed to go to search | 
| ChannelCollision | 9 | The channel collision | 
| TransferTxStart | 10 | The transfer Tx start | 
| TransferNextDataBlock | 17 | The transfer next data block | 
| SerialQueueOverflow | 52 | The serial queue overflow | 
| QueueOverflow | 53 | The queue overflow |