Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The PHONE_BUTTON_STATE enum describes the state of a phone button.
Syntax
typedef enum PHONE_BUTTON_STATE {
PBS_UP = 0x1,
PBS_DOWN = 0x2,
PBS_UNKNOWN = 0x4,
PBS_UNAVAIL = 0x8
} ;
Constants
PBS_UPValue: 0x1 State of the button is up. |
PBS_DOWNValue: 0x2 State of the button is down. |
PBS_UNKNOWNValue: 0x4 State of the button is not known. |
PBS_UNAVAILValue: 0x8 State of the button is not available. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3if.h |