Common Data PagesFormat Open Channel Command Page Method
Formats the open channel command page.
Definition
Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
The formatted data page.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
C#
public static byte[] FormatOpenChannelCommandPage(
uint slaveSerialNumber,
byte deviceType,
byte frequency,
ushort channelPeriod
)VB
Public Shared Function FormatOpenChannelCommandPage (
slaveSerialNumber As UInteger,
deviceType As Byte,
frequency As Byte,
channelPeriod As UShort
) As Byte()C++
public:
static array<unsigned char>^ FormatOpenChannelCommandPage(
unsigned int slaveSerialNumber,
unsigned char deviceType,
unsigned char frequency,
unsigned short channelPeriod
)F#
static member FormatOpenChannelCommandPage :
slaveSerialNumber : uint32 *
deviceType : byte *
frequency : byte *
channelPeriod : uint16 -> byte[] Parameters
- slaveSerialNumber UInt32
- The slave serial number.
- deviceType Byte
- Type of the device.
- frequency Byte
- The frequency.
- channelPeriod UInt16
- The channel period.
Return Value
ByteThe formatted data page.