Public Types | |
| enum | OptionalFields { e_conferenceNameModifier, e_conferenceDescription, e_networkAddress, e_defaultConferenceFlag } |
Public Member Functions | |
| PINDEX | GetDataLength () const |
| BOOL | Decode (PASN_Stream &strm) |
| void | Encode (PASN_Stream &strm) const |
| void | PrintOn (ostream &strm) const |
| Comparison | Compare (const PObject &obj) const |
| PObject * | Clone () const |
Public Attributes | |
| GCC_ConferenceName | m_conferenceName |
| GCC_ConferenceNameModifier | m_conferenceNameModifier |
| GCC_TextString | m_conferenceDescription |
| PASN_Boolean | m_lockedConference |
| PASN_Boolean | m_passwordInTheClearRequired |
| GCC_NetworkAddress | m_networkAddress |
| PASN_Boolean | m_defaultConferenceFlag |
Definition at line 928 of file gccpdu.h.
1.5.2