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