Fitness EquipmentHandle FEState Method
Handles the state of the fitness equipment.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.FitnessEquipment
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#
protected void HandleFEState(
byte[] dataPage
)VB
Protected Sub HandleFEState (
dataPage As Byte()
)C++
protected:
void HandleFEState(
array<unsigned char>^ dataPage
)F#
member HandleFEState :
dataPage : byte[] -> unit Parameters
- dataPage Byte
- The data page being parsed.