MuscleOxygenSendCommand Method
Sends a command to the muscle oxygen sensor.
Namespace: SmallEarthTech.AntPlus.DeviceProfilesAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
public Task<MessagingReturnCode> SendCommand(
MuscleOxygenCommandId command,
TimeSpan localTimeOffset,
DateTime currentTimeStamp
)
Public Function SendCommand (
command As MuscleOxygenCommandId,
localTimeOffset As TimeSpan,
currentTimeStamp As DateTime
) As Task(Of MessagingReturnCode)
public:
Task<MessagingReturnCode>^ SendCommand(
MuscleOxygenCommandId command,
TimeSpan localTimeOffset,
DateTime currentTimeStamp
)
member SendCommand :
command : MuscleOxygenCommandId *
localTimeOffset : TimeSpan *
currentTimeStamp : DateTime -> Task<MessagingReturnCode>
- command MuscleOxygenCommandId
- The command.
- localTimeOffset TimeSpan
- The local time offset.
- currentTimeStamp DateTime
- The current time stamp.
TaskMessagingReturnCodeStatus of the request.