AntChannelCloseChannel Method

Close this channel

Definition

Namespace: SmallEarthTech.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 3.1.3+2f05d80a11043c39fb9b7b1c83bc03a90272fcc4
C#
public bool CloseChannel(
	uint responseWaitTime
)

Parameters

responseWaitTime  UInt32
Time to wait for device success response

Return Value

Boolean
True on success. Note: Always returns true with a response time of 0

Implements

IAntChannelCloseChannel(UInt32)

See Also