This class describes a data logical channel between the two endpoints.
Overriedes from PObject
Member variable access
This class describes a data logical channel between the two endpoints. They may be created and deleted as required in the H245 protocol.An application may create a descendent off this class and override functions as required for operating the channel protocol.
The default makes sure the parameters are compatible and passes on
the PDU to the rtp session.
The default makes sure the parameters are compatible and passes on
the PDU to the rtp session.
virtual void CleanUpOnTermination()
virtual BOOL OnSendingPDU( H245_OpenLogicalChannel & openPDU ) const
virtual void OnSendOpenAck( const H245_OpenLogicalChannel & open, H245_OpenLogicalChannelAck & ack ) const
ack - Acknowledgement PDUvirtual BOOL OnReceivedPDU( const H245_OpenLogicalChannel & pdu, unsigned & errorCode )
errorCode - Error code on failurevirtual BOOL OnReceivedAckPDU( const H245_OpenLogicalChannelAck & pdu )
The default behaviour creates a compatible listener using the connections control channel as a basis and returns TRUE if successful.
The default behaviour uses the connection signalling channel to create
the transport and returns TRUE if successful.
virtual BOOL CreateTransport()
Alphabetic index HTML hierarchy of classes or Java