Messaging Return Code Enumeration
The int status codes returned by the acknowledged and broadcast messaging functions.
Definition
Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.5+fe94d33487affd796e1d786d5b5eb3d769a3361f
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.5+fe94d33487affd796e1d786d5b5eb3d769a3361f
C#
public enum MessagingReturnCodeVB
Public Enumeration MessagingReturnCodeC++
public enum class MessagingReturnCodeF#
type MessagingReturnCodeMembers
| Fail | 0 | Failed |
| Pass | 1 | Passed |
| Timeout | 2 | Timeout |
| Cancelled | 3 | Cancelled |
| InvalidParams | 4 | Invalid parameters |