AntChannelUnassignChannel Method

Unassign this channel.

Definition

Namespace: SmallEarthTech.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.0.2+92d79d127283ce9ab80906ab6fb15f5ffa8ae8ac
C#
public bool UnassignChannel(
	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

IAntChannelUnassignChannel(UInt32)

See Also