UsbAntResponse Class

This class provides the USB implementation of AntResponse.

Definition

Namespace: SmallEarthTech.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 3.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
C#
public class UsbAntResponse : AntResponse
Inheritance
Object    AntResponse    UsbAntResponse

Properties

ChannelId Gets the channel identifier.
(Inherited from AntResponse)
ChannelNumber The channel parameter received in the message. Note: For some messages this is not applicable.
(Inherited from AntResponse)
Payload The data page payload.
(Inherited from AntResponse)
ResponseId The MessageID of the response
(Inherited from AntResponse)
Rssi Gets the RSSI in dBm.
(Inherited from AntResponse)
Sender The object that created this response (ie: The corresponding ANTChannel or ANTDevice instance).
(Inherited from AntResponse)
ThresholdConfigurationValue Gets the threshold configuration value.
(Inherited from AntResponse)
TimeReceived The time the message was received.
(Inherited from AntResponse)
Timestamp Gets the timestamp.
(Inherited from AntResponse)

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also