#include <MNRTCPPacket.h>
Inheritance diagram for MNRTCPPacket_SDES:
Public Member Functions | |
MNRTCPPacket_SDES (u_int16 sdes_length, u_int32 ssrc) | |
void | init (u_int16 sdes_length, u_int32 ssrc) |
virtual bool | isA (SH::Report::ID id) const |
type identification | |
virtual void | write_to_buffer (u_int8 *buffer, size_t len) const |
virtual void | dump (ostream &ostr) const |
Static Public Attributes | |
SH::Report::ID | Id |
type identification | |
Protected Member Functions | |
MNRTCPPacket_SDES () |
|
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.
|