|
OPAL
Version 3.10.10
|
#include <pres_ent.h>
Public Member Functions | |
| OpalAuthorisationRequestCommand () | |
Public Member Functions inherited from OpalPresentityCommand | |
| OpalPresentityCommand (bool responseNeeded=false) | |
| virtual | ~OpalPresentityCommand () |
| virtual void | Process (OpalPresentity &presentity)=0 |
Data Fields | |
| OpalPresentity::Authorisation | m_authorisation |
| Authorisation mode to indicate to remote. 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 authorising a request by some other presentity to see our status. This action is typically due to some other presentity doing the equivalent of a OpalSubscribeToPresenceCommand. The mechanism by which this happens is dependent on the concrete OpalPresentity class and it's underlying protocol.
|
inline |
| OpalPresentity::Authorisation OpalAuthorisationRequestCommand::m_authorisation |
Authorisation mode to indicate to remote.
| PString OpalAuthorisationRequestCommand::m_note |
Optional extra note attached to subscription request.