#include <h323caps.h>
Inheritance diagram for H323NonStandardDataCapability:
Public Member Functions | |
Construction | |
H323NonStandardDataCapability (unsigned maxBitRate, const BYTE *dataBlock, PINDEX dataSize, PINDEX comparisonOffset=0, PINDEX comparisonLength=P_MAX_INDEX) | |
H323NonStandardDataCapability (unsigned maxBitRate, const PString &oid, const BYTE *dataBlock, PINDEX dataSize, PINDEX comparisonOffset=0, PINDEX comparisonLength=P_MAX_INDEX) | |
H323NonStandardDataCapability (unsigned maxBitRate, BYTE country, BYTE extension, WORD maufacturer, const BYTE *dataBlock, PINDEX dataSize, PINDEX comparisonOffset=0, PINDEX comparisonLength=P_MAX_INDEX) | |
Overrides from class PObject | |
Comparison | Compare (const PObject &obj) const |
Identification functions | |
virtual unsigned | GetSubType () const |
Protocol manipulation | |
virtual BOOL | OnSendingPDU (H245_DataApplicationCapability &pdu) const |
virtual BOOL | OnSendingPDU (H245_DataMode &pdu) const |
virtual BOOL | OnReceivedPDU (const H245_DataApplicationCapability &pdu) |
virtual BOOL | IsNonStandardMatch (const H245_NonStandardParameter ¶m) const |
An application may create a descendent off this class and override functions as required for descibing the codec.
|
Create a new set of information about a non-standard codec.
|
|
Create a new set of information about a non-standard codec.
|
|
Create a new set of information about a non-standard codec.
|
|
Compare two capability instances. This compares the main and sub-types of the capability. Reimplemented from H323Capability. |
|
Get the sub-type of the capability. This is a code dependent on the main type of the capability. This returns one of the four possible combinations of mode and speed using the enum values of the protocol ASN H245_AudioCapability class. Implements H323Capability. |
|
Compare the nonStandardData part of the capability, if applicable.
Reimplemented from H323Capability. |
|
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 calls H323NonStandardCapabilityinfo::OnReceivedPDU() to handle the provided PDU.
Implements H323DataCapability. |
|
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 calls H323NonStandardCapabilityinfo::OnSendingPDU() to handle the PDU.
Implements H323DataCapability. |
|
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 calls H323NonStandardCapabilityinfo::OnSendingPDU() to handle the PDU.
Implements H323DataCapability. |