#include <ArDPPTU.h>
Inheritance diagram for ArDPPTUPacket:
There are only a few functioning ways to put things into this packet, you MUST use these, if you use anything else your commands won't work. You must use byteToBuf and byte2ToBuf.
Definition at line 77 of file ArDPPTU.h.
Public Member Functions | |
ArDPPTUPacket (ArTypes::UByte2 bufferSize=30) | |
Constructor. | |
virtual void | byte2ToBuf (int val) |
virtual void | finalizePacket (void) |
virtual | ~ArDPPTUPacket () |
Destructor. |