#include <PsTaoHookswitch.h>
Public Types | |
enum | HookswitchState { ON_HOOK, OFF_HOOK } |
![]() | |
enum | PsComponentType { BUTTON, DISPLAY, GRAPHIC_DISPLAY, HOOKSWITCH, LAMP, MICROPHONE, RINGER, SPEAKER, EXTERNAL_SPEAKER } |
Public Member Functions | |
void | setHookSwitch (int hookswitchState) |
int | getHookSwitchState (void) |
![]() | |
void | getName (UtlString &rName) |
int | getType (void) |
Protected Member Functions | |
PsTaoHookswitch (const UtlString &rComponentName, int componentType) | |
![]() | |
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 | |
![]() | |
OsMutex | mMutex |
UtlString | mName |
int | mType |
enum HookswitchState |
|
protected |
|
privatevirtual |
|
private |
|
private |
int getHookSwitchState | ( | void | ) |
|
private |
void setHookSwitch | ( | int | hookswitchState | ) |
|
friend |
|
private |