OPAL
Version 3.18.8
|
#include <t120proto.h>
Inherits PObject.
Public Types | |
enum | { DefaultTcpPort = 1503 } |
Public Member Functions | |
Construction | |
OpalT120Protocol () | |
Operations | |
virtual PBoolean | Originate (OpalTransport &transport) |
virtual PBoolean | Answer (OpalTransport &transport) |
virtual PBoolean | HandleConnect (const MCS_ConnectMCSPDU &pdu) |
virtual PBoolean | HandleDomain (const MCS_DomainMCSPDU &pdu) |
This class describes the T.120 protocol handler.
OpalT120Protocol::OpalT120Protocol | ( | ) |
Create a new protocol handler.
|
virtual |
Handle the origination of a T.120 connection.
|
virtual |
Handle incoming T.120 connection.
If returns false, then the reading loop should be terminated.
|
virtual |
Handle incoming T.120 packet.
If returns false, then the reading loop should be terminated.
|
virtual |
Handle the origination of a T.120 connection.