IAnt ChannelRequest Channel ID Method
Requests the channel identifier.
Definition
Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
The ChannelId.
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
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.