CommonDataPagesFormatGenericCommandPage Method
Formats the generic command page.
Namespace: SmallEarthTech.AntPlusAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+01fc5ca24e8f030354f28ec9cef320bc5cbb0ef6
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.