IAnt ChannelRequest Channel ID Method
Requests the channel identifier.
Definition
Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.3+bee07ae1f518f90000e3a8eef95ac61052778db9
The ChannelId.
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.3+bee07ae1f518f90000e3a8eef95ac61052778db9
C#
ChannelId RequestChannelID(
uint responseWaitTime
)VB
Function RequestChannelID (
responseWaitTime As UInteger
) As ChannelIdC++
ChannelId^ RequestChannelID(
unsigned int responseWaitTime
)F#
abstract RequestChannelID :
responseWaitTime : uint32 -> ChannelId Parameters
- responseWaitTime UInt32
- The response wait time.
Return Value
ChannelIdThe ChannelId.