#include <MNRTCPPacket.h>
Inheritance diagram for MNRTCPPacket_APP:
Public Member Functions | |
MNRTCPPacket_APP (u_int8 subtype, u_int16 nb_byte_pl, u_int32 ssrc, const char *name, u_int32 *pl) | |
void | init (u_int8 subtype, u_int16 nb_byte_pl, u_int32 ssrc, const char *name, u_int32 *pl) |
virtual bool | isA (SH::Report::ID id) const |
type identification | |
virtual | ~MNRTCPPacket_APP () |
virtual void | write_to_buffer (u_int8 *buffer, size_t len) const |
u_int32 | getSSrc () |
char * | getName () |
u_int32 * | getPayload () |
virtual void | dump (ostream &ostr) const |
Static Public Attributes | |
SH::Report::ID | Id |
type identification | |
Protected Member Functions | |
MNRTCPPacket_APP () |
|
Calling the parent class and called by SH::ReportFactory. Actual initialization is performed in init(). |
|
|
|
|
|
This function is called by the operator<< and must be overloaded by all child classes. Reimplemented from MNRTCPPacket.
|
|
|
|
|
|
|
|
|
|
type identification
Reimplemented from MNRTCPPacket.
|
|
Reimplemented from MNRTCPPacket.
|
|
type identification
Reimplemented from MNRTCPPacket.
|