AntChannelRequestChannelID Method
Requests the channel identifier.
Namespace: SmallEarthTech.AntUsbStickAssembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 3.1.0.0+f38da73fd23cf61ffb5cc5e01f10a544cf32a50c
public ChannelId RequestChannelID(
uint responseWaitTime
)
Public Function RequestChannelID (
responseWaitTime As UInteger
) As ChannelId
public:
virtual ChannelId^ RequestChannelID(
unsigned int responseWaitTime
) sealed
abstract RequestChannelID :
responseWaitTime : uint32 -> ChannelId
override RequestChannelID :
responseWaitTime : uint32 -> ChannelId
- responseWaitTime UInt32
- The response wait time.
ChannelIdThe
ChannelId.
IAntChannelRequestChannelID(UInt32)