Common Data PagesFormat Generic Command Page Method
Formats the generic command page.
Definition
Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
The formatted command page.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public static byte[] FormatGenericCommandPage(
ushort slaveSerialNumber,
ushort slaveManufacturerId,
byte sequenceNumber,
ushort command
)VB
Public Shared Function FormatGenericCommandPage (
slaveSerialNumber As UShort,
slaveManufacturerId As UShort,
sequenceNumber As Byte,
command As UShort
) As Byte()C++
public:
static array<unsigned char>^ FormatGenericCommandPage(
unsigned short slaveSerialNumber,
unsigned short slaveManufacturerId,
unsigned char sequenceNumber,
unsigned short command
)F#
static member FormatGenericCommandPage :
slaveSerialNumber : uint16 *
slaveManufacturerId : uint16 *
sequenceNumber : byte *
command : uint16 -> byte[] Parameters
- slaveSerialNumber UInt16
- The slave serial number.
- slaveManufacturerId UInt16
- The slave manufacturer identifier.
- sequenceNumber Byte
- The sequence number.
- command UInt16
- The command.
Return Value
ByteThe formatted command page.