Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members
SLPacket Class Reference
<class description="" goes="" here=""> <short description=""> More...
#include <SyncLayer.hpp>
Public Member Functions | |
SLPacket (SLPacketHeader Aslph, u8 *Apayload=0, size_t Apl_size=0, void *extra_data=NULL, u32 extra_data_size=0) | |
size_t | getPayloadSize () |
u8 * | getPayload () |
u8 * | unsetPayload () |
sets the payload to NULL but doesnt free it! | |
bool | deletePayload () |
deletes the payload and frees memory | |
SLPacketHeader & | getSLPacketHeader () |
Protected Attributes | |
SLPacketHeader | slph |
u8 * | payload |
size_t | pl_size |
Detailed Description
<class description="" goes="" here=""> <short description="">
- Author:
- Michael Kropfberger and Peter Schojer
- Version:
- Id
- SyncLayer.hpp,v 1.5 2006/01/20 15:37:54 mkropfbe Exp
Definition at line 162 of file SyncLayer.hpp.
Member Function Documentation
|
deletes the payload and frees memory
|
The documentation for this class was generated from the following files: