CStatus
#include "Status.h"
Description
Class to manage contact status. Used in CContact class.
Public variables
Type | Name | Description |
---|---|---|
int | State | Contact state |
UnicodeString | Description | Contact description |
Public methods
Type | Name | Description |
---|---|---|
CStatus() | Constructor | |
CStatus(int State, UnicodeString Description) | Constructor | |
bool | HasDescription() const | Contact has description? |
bool | Connected() const | Contact is connected? |
bool | Disconnected() const | Contact is offline? |