#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 |
Definition at line 69 of file t120proto.h.
| anonymous enum |
| OpalT120Protocol::OpalT120Protocol | ( | ) |
Create a new protocol handler.
Definition at line 163 of file t120proto.cxx.
| BOOL OpalT120Protocol::Originate | ( | H323Transport & | transport | ) | [virtual] |
Handle the origination of a T.120 connection.
Definition at line 168 of file t120proto.cxx.
References X224::BuildConnectRequest(), X224::ConnectConfirm, X224::GetCode(), HandleConnect(), T120ConnectPDU::Read(), T120_X224::Read(), and T120_X224::Write().
Referenced by H323_T120Channel::HandleChannel().
| BOOL OpalT120Protocol::Answer | ( | H323Transport & | transport | ) | [virtual] |
Handle the origination of a T.120 connection.
Definition at line 196 of file t120proto.cxx.
References X224::BuildConnectConfirm(), X224::ConnectRequest, X224::GetCode(), HandleConnect(), T120ConnectPDU::Read(), T120_X224::Read(), and T120_X224::Write().
Referenced by H323_T120Channel::HandleChannel().
| BOOL OpalT120Protocol::HandleConnect | ( | const MCS_ConnectMCSPDU & | pdu | ) | [virtual] |
Handle incoming T.120 connection.
If returns FALSE, then the reading loop should be terminated.
Definition at line 222 of file t120proto.cxx.
Referenced by Answer(), and Originate().
| BOOL OpalT120Protocol::HandleDomain | ( | const MCS_DomainMCSPDU & | pdu | ) | [virtual] |
Handle incoming T.120 packet.
If returns FALSE, then the reading loop should be terminated.
Definition at line 228 of file t120proto.cxx.
1.5.2