Standard Power SensorAdvanced Capabilities 2 Property
Gets the advanced capabilities from the advanced setting subpage.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePower
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.5+f8fd98166b9bf0a42264cde40f288f0590fac03d
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.5+f8fd98166b9bf0a42264cde40f288f0590fac03d
C#
public StandardPowerSensorAdvCapabilities2 AdvancedCapabilities2 { get; set; }VB
Public Property AdvancedCapabilities2 As StandardPowerSensorAdvCapabilities2
Get
SetC++
public:
property StandardPowerSensorAdvCapabilities2 AdvancedCapabilities2 {
StandardPowerSensorAdvCapabilities2 get ();
void set (StandardPowerSensorAdvCapabilities2 value);
}F#
member AdvancedCapabilities2 : StandardPowerSensorAdvCapabilities2 with get, set