virtual BOOL OnSendingPDU( H245_DataApplicationCapability & pdu ) const
- This function is called whenever and outgoing TerminalCapabilitySet
or OpenLogicalChannel PDU is being constructed for the control channel.
It allows the capability to set the PDU fields from information in
members specific to the class.
The default behaviour sets the pdu and calls OnSendingPDU with a
H245_DataProtocolCapability parameter.
virtual BOOL OnSendingPDU( H245_DataMode & pdu ) const
- This function is called whenever and outgoing RequestMode
PDU is being constructed for the control channel. It allows the
capability to set the PDU fields from information in members specific
to the class.
The default behaviour sets the pdu and calls OnSendingPDU with a
H245_DataProtocolCapability parameter.
- Parameters:
- pdu - PDU to set information on
virtual BOOL OnSendingPDU( H245_DataProtocolCapability & proto, H245_T38FaxProfile & profile ) const
- This function is called whenever and outgoing PDU is being constructed
for the control channel. It allows the capability to set the PDU fields
from information in members specific to the class.
The default behaviour sets tcp or udp as required.
- Parameters:
- proto - PDU to set information on
profile - PDU to set information on
virtual BOOL OnReceivedPDU( const H245_DataApplicationCapability & pdu )
- This function is called whenever and incoming TerminalCapabilitySet
or OpenLogicalChannel PDU has been used to construct the control
channel. It allows the capability to set from the PDU fields,
information in members specific to the class.
The default behaviour gets the data rate field from the PDU.
- Parameters:
- pdu - PDU to set information on