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