#include <PtTerminalConnectionCapabilities.h>
Public Member Functions | |
| PtTerminalConnectionCapabilities () | |
| PtTerminalConnectionCapabilities (const PtTerminalConnectionCapabilities &rPtTerminalConnectionCapabilities) | |
| virtual | ~PtTerminalConnectionCapabilities () |
| PtTerminalConnectionCapabilities & | operator= (const PtTerminalConnectionCapabilities &rhs) |
| UtlBoolean | canAnswer () |
| UtlBoolean | canHold () |
| retcode: True if the application can answer, false otherwise retcode: false otherwise. More... | |
| UtlBoolean | canUnhold () |
| retcode: True if the application can invoke the hold feature, retcode: false otherwise. More... | |
| UtlBoolean | canJoin () |
| retcode: True if the application can invoke the unhold feature, retcode: false otherwise. More... | |
| UtlBoolean | canLeave () |
| retcode: True if the application can invoke the join feature, retcode: false otherwise. More... | |
| PtTerminalConnectionCapabilities | ( | const PtTerminalConnectionCapabilities & | rPtTerminalConnectionCapabilities | ) |
|
virtual |
| UtlBoolean canAnswer | ( | ) |
| UtlBoolean canHold | ( | ) |
retcode: True if the application can answer, false otherwise retcode: false otherwise.
| UtlBoolean canJoin | ( | ) |
retcode: True if the application can invoke the unhold feature, retcode: false otherwise.
| UtlBoolean canLeave | ( | ) |
retcode: True if the application can invoke the join feature, retcode: false otherwise.
| UtlBoolean canUnhold | ( | ) |
retcode: True if the application can invoke the hold feature, retcode: false otherwise.
| PtTerminalConnectionCapabilities& operator= | ( | const PtTerminalConnectionCapabilities & | rhs | ) |