A client contact's resource. More...
#include <yatecbase.h>
Public Member Functions | |
ClientResource (const char *id, const char *name=0, bool audio=true) | |
virtual const String & | toString () const |
Public Attributes | |
String | m_name |
bool | m_audio |
int | m_priority |
String | m_status |
Protected Attributes | |
String | m_id |
A client contact's resource.
This class holds data about a client account/contact resource
ClientResource | ( | const char * | id, | |
const char * | name = 0 , |
|||
bool | audio = true | |||
) | [inline] |
Constructor
id | The resource's id | |
audio | True (default) if the resource has audio capability | |
name | Optional display name. Defaults to the id's value if 0 |
virtual const String& toString | ( | ) | const [inline, virtual] |