Beamlib
3.0.1
This is the Beam C++ class library.
|
#include <BoapMc1.h>
Public Attributes | |
BUInt16 | magic |
Packet magic pattern. More... | |
BUInt16 | length |
Total packet length including the header. More... | |
BUInt16 | addressTo |
Address to send to. More... | |
BUInt16 | addressFrom |
Address packet is from. More... | |
BUInt16 | cmd |
The RPC command or reply number. More... | |
BInt16 | error |
Error number. More... | |
BUInt32 | checksum |
Packet checksum, when used. More... | |
BUInt16 BoapMc1PacketHead::magic |
Packet magic pattern.
BUInt16 BoapMc1PacketHead::length |
Total packet length including the header.
BUInt16 BoapMc1PacketHead::addressTo |
Address to send to.
BUInt16 BoapMc1PacketHead::addressFrom |
Address packet is from.
BUInt16 BoapMc1PacketHead::cmd |
The RPC command or reply number.
BInt16 BoapMc1PacketHead::error |
Error number.
BUInt32 BoapMc1PacketHead::checksum |
Packet checksum, when used.