Ant Response Class
Derive from AntResponse to support a concrete implementation (i.e. USB ANT radio).
Definition
Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public abstract class AntResponseVB
Public MustInherit Class AntResponseC++
public ref class AntResponse abstractF#
[<AbstractClassAttribute>]
type AntResponse = class end- Inheritance
- Object AntResponse
Constructors
| AntResponse | Initializes a new instance of the AntResponse class |
Properties
| ChannelId | Gets the channel identifier. |
| ChannelNumber | The channel parameter received in the message. Note: For some messages this is not applicable. |
| Payload | The data page payload. |
| ResponseId | The MessageID of the response |
| Rssi | Gets the RSSI in dBm. |
| Sender | The object that created this response (ie: The corresponding ANTChannel or ANTDevice instance). |
| ThresholdConfigurationValue | Gets the threshold configuration value. |
| TimeReceived | The time the message was received. |
| Timestamp | Gets the timestamp. |
Methods
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |