ChannelId Constructor
Initializes a new instance of the
ChannelId struct.
Namespace: SmallEarthTech.AntRadioInterfaceAssembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 3.0.0.0+f38da73fd23cf61ffb5cc5e01f10a544cf32a50c
public ChannelId(
uint channelId
)
Public Sub New (
channelId As UInteger
)
public:
ChannelId(
unsigned int channelId
)
new :
channelId : uint32 -> ChannelId
Parameters
- channelId UInt32
- The channel identifier.