Stride Based Speed And DistanceRequest Broadcast Capabilities Method
Requests the SDM broadcast capabilities page.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
Status of the request.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
C#
public Task<MessagingReturnCode> RequestBroadcastCapabilities()VB
Public Function RequestBroadcastCapabilities As Task(Of MessagingReturnCode)C++
public:
Task<MessagingReturnCode>^ RequestBroadcastCapabilities()F#
member RequestBroadcastCapabilities : unit -> Task<MessagingReturnCode> Return Value
TaskMessagingReturnCodeStatus of the request.
Remarks
Page 22 is used to indicate the specific broadcast data capabilities of a sensor.
The SDM shall be able to transmit the capabilities page upon request.
Note that legacy SDMs were only required to support Page 22 if any
of Calories, Cadence, Latency, Speed, Distance, or Time Stamp fields were not supported; therefore,
displays shall gracefully handle not receiving a capabilities page when requested.If a
capabilities page is not received, the display should assume that all the prior mentioned capabilities
are supported and nothing else.