#include <WOscPacket.h>
Inherited by WOscBundle, and WOscMessage.
Public Member Functions | |
| virtual void | GetBuffer (char *buffer, int bufferLen)=0 |
| virtual const char * | GetBuffer ()=0 |
| virtual int | GetBufferLen ()=0 |
Definition at line 48 of file WOscPacket.h.
|
|
Allocates memory and fills it with the content of the buffer, the caller has to delete it, the buffer-size can be queried through "getBufferLen()". Implemented in WOscBundle, and WOscMessage. |
|
||||||||||||
|
Fills the buffer with the raw byte stream of this packet. Implemented in WOscBundle, and WOscMessage. |
|
|
Returns the required buffer size when calling "getBuffer". Implemented in WOscBundle, and WOscMessage. |
1.4.1