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