#include <t120proto.h>
Public Types | |
enum | { DefaultTcpPort = 1503 } |
Public Member Functions | |
Construction | |
OpalT120Protocol () | |
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 |
|
|
|
Create a new protocol handler. |
|
Handle the origination of a T.120 connection. |
|
Handle incoming T.120 connection. If returns FALSE, then the reading loop should be terminated. |
|
Handle incoming T.120 packet. If returns FALSE, then the reading loop should be terminated. |
|
Handle the origination of a T.120 connection. |
|
|