#include <ArVCC4.h>
Inheritance diagram for ArVCC4Packet:
Public Member Functions | |
ArVCC4Packet (ArTypes::UByte2 bufferSize=30) | |
Constructor. | |
virtual void | byte2ToBuf (ArTypes::Byte4 val) |
virtual void | finalizePacket (void) |
MakeFinals the packet in preparation for sending, must be done. | |
virtual | ~ArVCC4Packet () |
Destructor. |
There are only a few functioning ways to put things into this packet, you MUST use thse, if you use anything else your commands won't work. You must use byteToBuf and byte2ToBuf.
Definition at line 116 of file ArVCC4.h.