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: 6.0.2+4dd3b18a61cb7a7c9070bf010b9a118f4696f0c4
C#
public class CommonDataPages : ObservableObject
Inheritance
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

FormatGenericCommandPageFormats the generic command page.
FormatModeSettingsPageFormats the mode settings page.
FormatOpenChannelCommandPageFormats the open channel command page.
ParseCommonDataPageParses the common data page.

See Also