FitnessEquipmentSetTargetPower Method
Sets the target power in wats.
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.FitnessEquipmentAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.1+c1e7610f9fcb5b8a327697cc707496363c1e2866
public Task<MessagingReturnCode> SetTargetPower(
	double power
)
Public Function SetTargetPower ( 
	power As Double
) As Task(Of MessagingReturnCode)
public:
Task<MessagingReturnCode>^ SetTargetPower(
	double power
)
member SetTargetPower : 
        power : float -> Task<MessagingReturnCode> 
- power  Double
- The power in watts. Resolution is 0.25 watt.
TaskMessagingReturnCodeStatus of the request.