ResponseMsgId Enumeration

Channel response message identifier.

Definition

Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 3.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
C#
public enum ResponseMsgId

Members

NoError0The no error
ChannelInWrongState21The channel in wrong state
ChannelNotOpened22The channel not opened
ChannelIdNotSet24The channel identifier not set
CloseAllChannels25The close all channels
TransferInProgress31The transfer in progress
TransferSeqNumberError32The transfer sequence number error
TransferInError33The transfer in error
MsgSizeExceedsLimit39The message size exceeds limit
InvalidMsg40The invalid message
InvalidNetworkNumber41The invalid network number
InvalidListId48The invalid list identifier
InvalidScanTxChannels49The invalid scan Tx channels
InvalidParameter51The invalid parameter
EncryptNegotiationSuccess56The encrypt negotiation success
EncryptNegotiationFail57The encrypt negotiation failed
NvmFullError64The NVM full error
NvmWriteError65The NVM write error
UsbStringWriteFail112The USB string write fail
MsgSerialErrorId174The message serial error identifier

See Also