Common Data Pages 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.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public class CommonDataPages : ObservableObjectVB
Public Class CommonDataPages
Inherits ObservableObjectC++
public ref class CommonDataPages : public ObservableObjectF#
type CommonDataPages =
class
inherit ObservableObject
end- Inheritance
- ObservableObject CommonDataPages
Constructors
| CommonDataPages | Initializes a new instance of the CommonDataPages class. |
Properties
| BatteryStatus | Gets the battery status. |
| CommandStatus | Gets the command status. |
| ErrorDescription | Gets the error description. |
| ManufacturerInfo | Gets the manufacturer information. |
| MemoryLevel | Gets the memory level. |
| ProductInfo | Gets the product information. |
| SubfieldData | Gets the subfield data. |
| TimeAndDate | Gets the time and date. |
Methods
| FormatGenericCommandPage | Formats the generic command page. |
| FormatModeSettingsPage | Formats the mode settings page. |
| FormatOpenChannelCommandPage | Formats the open channel command page. |
| ParseCommonDataPage | Parses the common data page. |