IAnt ChannelOpen Channel Method
Opens this channel
Definition
Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.3+bee07ae1f518f90000e3a8eef95ac61052778db9
True on success. Note: Always returns true with a response time of 0
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.3+bee07ae1f518f90000e3a8eef95ac61052778db9
C#
bool OpenChannel(
uint responseWaitTime
)VB
Function OpenChannel (
responseWaitTime As UInteger
) As BooleanC++
bool OpenChannel(
unsigned int responseWaitTime
)F#
abstract OpenChannel :
responseWaitTime : uint32 -> bool Parameters
- responseWaitTime UInt32
- Time to wait for device success response
Return Value
BooleanTrue on success. Note: Always returns true with a response time of 0