EventMsgId Enumeration

Channel event message identifier.

Definition

Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 2.0.2.0+26e48e0884b9282fdc274474f634ade86dda9048
C#
public enum EventMsgId

Members

RxSearchTimeout1The Rx search timeout
RxFailed2The Rx failed
TxSuccess3The Tx success
TransferRxFailed4The transfer Rx failed
TransferTxCompleted5The transfer Tx completed
TransferTxFailed6The transfer Tx failed
ChannelClosed7The channel closed
RxFailGoToSearch8The Rx failed to go to search
ChannelCollision9The channel collision
TransferTxStart10The transfer Tx start
TransferNextDataBlock17The transfer next data block
SerialQueueOverflow52The serial queue overflow
QueueOverflow53The queue overflow

See Also