AntChannelRequestChannelID Method
Requests the channel identifier.
Namespace: SmallEarthTech.AntUsbStickAssembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 3.0.0.0+01fc5ca24e8f030354f28ec9cef320bc5cbb0ef6
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)