ChannelStatus Constructor

Creates and fills the ChannelStatus

Definition

Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 3.0.0.0+f38da73fd23cf61ffb5cc5e01f10a544cf32a50c
C#
public ChannelStatus(
	BasicChannelStatusCode BasicStatus,
	byte networkNumber,
	ChannelType ChannelType
)

Parameters

BasicStatus  BasicChannelStatusCode
Channel status code
networkNumber  Byte
ANT network number
ChannelType  ChannelType
Channel type

See Also