CommonDataPagesFormatOpenChannelCommandPage Method
Formats the open channel command page.
Namespace: SmallEarthTech.AntPlusAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+01fc5ca24e8f030354f28ec9cef320bc5cbb0ef6
public static byte[] FormatOpenChannelCommandPage(
uint slaveSerialNumber,
byte deviceType,
byte frequency,
ushort channelPeriod
)
Public Shared Function FormatOpenChannelCommandPage (
slaveSerialNumber As UInteger,
deviceType As Byte,
frequency As Byte,
channelPeriod As UShort
) As Byte()
public:
static array<unsigned char>^ FormatOpenChannelCommandPage(
unsigned int slaveSerialNumber,
unsigned char deviceType,
unsigned char frequency,
unsigned short channelPeriod
)
static member FormatOpenChannelCommandPage :
slaveSerialNumber : uint32 *
deviceType : byte *
frequency : byte *
channelPeriod : uint16 -> byte[]
- slaveSerialNumber UInt32
- The slave serial number.
- deviceType Byte
- Type of the device.
- frequency Byte
- The frequency.
- channelPeriod UInt16
- The channel period.
ByteThe formatted data page.