Unknown DeviceData Pages Property
Gets the collection of data pages received from the unknown device.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.2+fe94d33487affd796e1d786d5b5eb3d769a3361f
The data pages.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.2+fe94d33487affd796e1d786d5b5eb3d769a3361f
C#
public ObservableCollection<byte[]> DataPages { get; }VB
Public ReadOnly Property DataPages As ObservableCollection(Of Byte())
GetC++
public:
property ObservableCollection<array<unsigned char>^>^ DataPages {
ObservableCollection<array<unsigned char>^>^ get ();
}F#
member DataPages : ObservableCollection<byte[]> with getProperty Value
ObservableCollectionByteThe data pages.