Ant ChannelRequest Channel ID Method
Requests the channel identifier.
Definition
Namespace: SmallEarthTech.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.1+3bc433b476ad11fc6896cfd0bd783d60504dc315
The ChannelId.
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.1+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public ChannelId RequestChannelID(
uint responseWaitTime
)VB
Public Function RequestChannelID (
responseWaitTime As UInteger
) As ChannelIdC++
public:
virtual ChannelId^ RequestChannelID(
unsigned int responseWaitTime
) sealedF#
abstract RequestChannelID :
responseWaitTime : uint32 -> ChannelId
override RequestChannelID :
responseWaitTime : uint32 -> ChannelId Parameters
- responseWaitTime UInt32
- The response wait time.
Return Value
ChannelIdThe ChannelId.