Inheritance diagram for H460_FeatureContent:

Public Member Functions | |
Construction | |
| H460_FeatureContent () | |
| H460_FeatureContent (PASN_OctetString ¶m) | |
| H460_FeatureContent (const PString ¶m) | |
| H460_FeatureContent (PASN_BMPString ¶m) | |
| H460_FeatureContent (BOOL param) | |
| H460_FeatureContent (unsigned param, unsigned len) | |
| H460_FeatureContent (const H460_FeatureID &id) | |
| H460_FeatureContent (const H225_AliasAddress &add) | |
| H460_FeatureContent (const PURL &add) | |
| H460_FeatureContent (const H323TransportAddress &add) | |
| H460_FeatureContent (const H460_FeatureTable &table) | |
| H460_FeatureContent (const OpalGloballyUniqueID &guid) | |
| H460_FeatureContent (H460_Feature *data) | |
| H460_FeatureContent (const H225_Content ¶m) | |
Content Operators | |
| operator PASN_OctetString () const | |
| operator PString () const | |
| operator PASN_BMPString () const | |
| operator BOOL () const | |
| operator unsigned () const | |
| operator H460_FeatureID () const | |
| operator H225_AliasAddress () const | |
| operator H323TransportAddress () const | |
| operator H460_FeatureTable * () | |
| operator H460_Feature * () | |
Definition at line 196 of file h4601.h.
| H460_FeatureContent::H460_FeatureContent | ( | ) |
| H460_FeatureContent::H460_FeatureContent | ( | PASN_OctetString & | param | ) |
PASN_OctetString Raw information which can be deseminated by Derived Class
Definition at line 174 of file h4601.cxx.
References H225_Content::e_raw.
| H460_FeatureContent::H460_FeatureContent | ( | const PString & | param | ) |
| H460_FeatureContent::H460_FeatureContent | ( | PASN_BMPString & | param | ) |
| H460_FeatureContent::H460_FeatureContent | ( | BOOL | param | ) |
| H460_FeatureContent::H460_FeatureContent | ( | unsigned | param, | |
| unsigned | len | |||
| ) |
Integer Value
Definition at line 202 of file h4601.cxx.
References H225_Content::e_number16, H225_Content::e_number32, and H225_Content::e_number8.
| H460_FeatureContent::H460_FeatureContent | ( | const H460_FeatureID & | id | ) |
| H460_FeatureContent::H460_FeatureContent | ( | const H225_AliasAddress & | add | ) |
| H460_FeatureContent::H460_FeatureContent | ( | const PURL & | add | ) |
Alias Address Encoded
Definition at line 246 of file h4601.cxx.
References H225_Content::e_alias, and H225_AliasAddress::e_url_ID.
| H460_FeatureContent::H460_FeatureContent | ( | const H323TransportAddress & | add | ) |
| H460_FeatureContent::H460_FeatureContent | ( | const H460_FeatureTable & | table | ) |
| H460_FeatureContent::H460_FeatureContent | ( | const OpalGloballyUniqueID & | guid | ) |
GUID
Definition at line 267 of file h4601.cxx.
References OpalGloballyUniqueID::AsString(), H225_Content::e_id, and H225_GenericIdentifier::e_nonStandard.
| H460_FeatureContent::H460_FeatureContent | ( | H460_Feature * | data | ) |
| H460_FeatureContent::H460_FeatureContent | ( | const H225_Content & | param | ) |
Creation from PDU
Definition at line 293 of file h4601.cxx.
References H460< H225_Content >::OnReceivedPDU().
1.5.2