Ant ChannelRequest Channel ID Method
Requests the channel identifier.
Definition
Namespace: SmallEarthTech.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.2+bee07ae1f518f90000e3a8eef95ac61052778db9
The ChannelId.
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.2+bee07ae1f518f90000e3a8eef95ac61052778db9
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.