AntChannelSetChannelPeriod Method

Set this channel's messaging period

Definition

Namespace: SmallEarthTech.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 3.1.3+2f05d80a11043c39fb9b7b1c83bc03a90272fcc4
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