#include <t120proto.h>
Public Types | |
enum | { DefaultTcpPort = 1503 } |
Public Member Functions | |
Operations | |
virtual BOOL | Originate (OpalTransport &transport) |
virtual BOOL | Answer (OpalTransport &transport) |
virtual BOOL | HandleConnect (const MCS_ConnectMCSPDU &pdu) |
virtual BOOL | HandleDomain (const MCS_DomainMCSPDU &pdu) |
OpalT120Protocol::OpalT120Protocol | ( | ) |
Create a new protocol handler.
OpalT120Protocol::OpalT120Protocol | ( | ) |
Create a new protocol handler.
virtual BOOL OpalT120Protocol::Originate | ( | OpalTransport & | transport | ) | [virtual] |
Handle the origination of a T.120 connection.
virtual BOOL OpalT120Protocol::Answer | ( | OpalTransport & | 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.