Account
| Beamlib 3.3.4 This is the Beam C++ class library. |
Loading...
Searching...
No Matches
BoapMc1PacketHead Struct Reference
#include <BoapMc1.h>
Public Attributes | |
| BUInt16 | magic |
| Packet magic pattern. | |
| BUInt16 | length |
| Total packet length including the header. | |
| BUInt16 | addressTo |
| Address to send to. | |
| BUInt16 | addressFrom |
| Address packet is from. | |
| BUInt16 | cmd |
| The RPC command or reply number. | |
| BInt16 | error |
| Error number. | |
| BUInt32 | checksum |
| Packet checksum, when used. | |
Member Data Documentation
◆ magic
| BUInt16 BoapMc1PacketHead::magic |
Packet magic pattern.
◆ length
| BUInt16 BoapMc1PacketHead::length |
Total packet length including the header.
◆ addressTo
| BUInt16 BoapMc1PacketHead::addressTo |
Address to send to.
◆ addressFrom
| BUInt16 BoapMc1PacketHead::addressFrom |
Address packet is from.
◆ cmd
| BUInt16 BoapMc1PacketHead::cmd |
The RPC command or reply number.
◆ error
| BInt16 BoapMc1PacketHead::error |
Error number.
◆ checksum
| BUInt32 BoapMc1PacketHead::checksum |
Packet checksum, when used.
The documentation for this struct was generated from the following file:
Generated by
