CommonDataPages Class

This class supports common data pages. In particular, this class describes the common pages used by ANT+ devices.

Definition

Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+01fc5ca24e8f030354f28ec9cef320bc5cbb0ef6
C#
public class CommonDataPages : ObservableObject
Inheritance
Object    ObservableObject    CommonDataPages

Constructors

CommonDataPagesInitializes a new instance of the CommonDataPages class.

Properties

BatteryStatusGets the battery status.
CommandStatusGets the command status.
ErrorDescriptionGets the error description.
ManufacturerInfoGets the manufacturer information.
MemoryLevelGets the memory level.
ProductInfoGets the product information.
SubfieldDataGets the subfield data.
TimeAndDateGets the time and date.

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)
FormatGenericCommandPageFormats the generic command page.
FormatModeSettingsPageFormats the mode settings page.
FormatOpenChannelCommandPageFormats the open channel command page.
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)
ParseCommonDataPageParses the common data page.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also