CommonDataPagesFormatGenericCommandPage Method
Formats the generic command page.
Namespace: SmallEarthTech.AntPlusAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 5.1.2+f020e0f7d6c6baea4fbd8d2cd07f19d43a2df455
public static byte[] FormatGenericCommandPage(
ushort slaveSerialNumber,
ushort slaveManufacturerId,
byte sequenceNumber,
ushort command
)
Public Shared Function FormatGenericCommandPage (
slaveSerialNumber As UShort,
slaveManufacturerId As UShort,
sequenceNumber As Byte,
command As UShort
) As Byte()
public:
static array<unsigned char>^ FormatGenericCommandPage(
unsigned short slaveSerialNumber,
unsigned short slaveManufacturerId,
unsigned char sequenceNumber,
unsigned short command
)
static member FormatGenericCommandPage :
slaveSerialNumber : uint16 *
slaveManufacturerId : uint16 *
sequenceNumber : byte *
command : uint16 -> byte[]
- slaveSerialNumber UInt16
- The slave serial number.
- slaveManufacturerId UInt16
- The slave manufacturer identifier.
- sequenceNumber Byte
- The sequence number.
- command UInt16
- The command.
ByteThe formatted command page.