#include <PsTaoHookswitch.h>


Public Types | |
| enum | HookswitchState { ON_HOOK, OFF_HOOK } |
Public Types inherited from PsTaoComponent | |
| enum | PsComponentType { BUTTON, DISPLAY, GRAPHIC_DISPLAY, HOOKSWITCH, LAMP, MICROPHONE, RINGER, SPEAKER, EXTERNAL_SPEAKER } |
Public Member Functions | |
| void | setHookSwitch (int hookswitchState) |
| int | getHookSwitchState (void) |
Public Member Functions inherited from PsTaoComponent | |
| void | getName (UtlString &rName) |
| int | getType (void) |
Protected Member Functions | |
| PsTaoHookswitch (const UtlString &rComponentName, int componentType) | |
Protected Member Functions inherited from PsTaoComponent | |
| PsTaoComponent (const UtlString &rComponentName, int componentType) | |
| PsTaoComponent () | |
| virtual | ~PsTaoComponent () |
| OsMutex * | getMutex (void) |
Private Member Functions | |
| virtual | ~PsTaoHookswitch () |
| PsTaoHookswitch () | |
| PsTaoHookswitch (const PsTaoHookswitch &rPsTaoHookswitch) | |
| PsTaoHookswitch & | operator= (const PsTaoHookswitch &rhs) |
Private Attributes | |
| int | mHookState |
Friends | |
| class | PsPhoneTask |
Additional Inherited Members | |
Protected Attributes inherited from PsTaoComponent | |
| OsMutex | mMutex |
| UtlString | mName |
| int | mType |
| enum HookswitchState |
|
protected |
|
privatevirtual |
|
private |
|
private |
| int getHookSwitchState | ( | void | ) |
|
private |
| void setHookSwitch | ( | int | hookswitchState | ) |
|
friend |
|
private |