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+aa3585b1fd28890f80989694dfc5151cea97b05e
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.5+aa3585b1fd28890f80989694dfc5151cea97b05e
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 |