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.2+fe94d33487affd796e1d786d5b5eb3d769a3361f
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.2+fe94d33487affd796e1d786d5b5eb3d769a3361f
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