#include <t120proto.h>
Public Types | |
enum | { DefaultTcpPort = 1503 } |
Public Member Functions | |
Operations | |
virtual BOOL | Originate (H323Transport &transport) |
virtual BOOL | Answer (H323Transport &transport) |
virtual BOOL | HandleConnect (const MCS_ConnectMCSPDU &pdu) |
virtual BOOL | HandleDomain (const MCS_DomainMCSPDU &pdu) |
Static Public Attributes | |
static OpalMediaFormat const | MediaFormat |
OpalT120Protocol::OpalT120Protocol | ( | ) |
Create a new protocol handler.
OpalT120Protocol::OpalT120Protocol | ( | ) |
Create a new protocol handler.
virtual BOOL OpalT120Protocol::Originate | ( | H323Transport & | transport | ) | [virtual] |
Handle the origination of a T.120 connection.
virtual BOOL OpalT120Protocol::Answer | ( | H323Transport & | transport | ) | [virtual] |
Handle the origination of a T.120 connection.
virtual BOOL OpalT120Protocol::HandleConnect | ( | const MCS_ConnectMCSPDU & | pdu | ) | [virtual] |
Handle incoming T.120 connection.
If returns FALSE, then the reading loop should be terminated.
virtual BOOL OpalT120Protocol::HandleDomain | ( | const MCS_DomainMCSPDU & | pdu | ) | [virtual] |
Handle incoming T.120 packet.
If returns FALSE, then the reading loop should be terminated.
OpalMediaFormat const OpalT120Protocol::MediaFormat [static] |