AntChannelSetChannelPeriod Method

Set this channel's messaging period

Definition

Namespace: SmallEarthTech.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.6+aa3585b1fd28890f80989694dfc5151cea97b05e
C#
public bool SetChannelPeriod(
	ushort messagePeriod,
	uint responseWaitTime
)

Parameters

messagePeriod  UInt16
Desired period in seconds * 32768
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

IAntChannelSetChannelPeriod(UInt16, UInt32)

See Also