ChannelStatus Constructor
            Creates and fills the ChannelStatus
            
Namespace: SmallEarthTech.AntRadioInterfaceAssembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.0+c1e7610f9fcb5b8a327697cc707496363c1e2866
public ChannelStatus(
	BasicChannelStatusCode BasicStatus,
	byte networkNumber,
	ChannelType ChannelType
)
Public Sub New ( 
	BasicStatus As BasicChannelStatusCode,
	networkNumber As Byte,
	ChannelType As ChannelType
)
public:
ChannelStatus(
	BasicChannelStatusCode BasicStatus, 
	unsigned char networkNumber, 
	ChannelType ChannelType
)
new : 
        BasicStatus : BasicChannelStatusCode * 
        networkNumber : byte * 
        ChannelType : ChannelType -> ChannelStatus
Parameters
- BasicStatus  BasicChannelStatusCode
- Channel status code
- networkNumber  Byte
- ANT network number
- ChannelType  ChannelType
- Channel type