|
OPAL
Version 3.10.10
|
#include <pres_ent.h>
Public Member Functions | |
| OpalSubscribeToPresenceCommand (bool subscribe=true) | |
Public Member Functions inherited from OpalPresentityCommand | |
| OpalPresentityCommand (bool responseNeeded=false) | |
| virtual | ~OpalPresentityCommand () |
| virtual void | Process (OpalPresentity &presentity)=0 |
Data Fields | |
| bool | m_subscribe |
| Flag to indicate subscribing/unsubscribing. More... | |
| PString | m_note |
| Optional extra note attached to subscription request. More... | |
Data Fields inherited from OpalPresentityCommand | |
| CmdSeqType | m_sequence |
| bool | m_responseNeeded |
| PURL | m_presentity |
Additional Inherited Members | |
Public Types inherited from OpalPresentityCommand | |
| typedef PAtomicInteger::IntegerType | CmdSeqType |
Command for subscribing to the status of another presentity.
|
inline |
| PString OpalSubscribeToPresenceCommand::m_note |
Optional extra note attached to subscription request.
| bool OpalSubscribeToPresenceCommand::m_subscribe |
Flag to indicate subscribing/unsubscribing.