CallStatus Enum Reference
Public Member Functions | |
| CallStatus (int value) | |
| int | value () |
Static Public Member Functions | |
| [static initializer] | |
| static CallStatus | valueOf (int _value) |
Public Attributes | |
| WAITING =(0) | |
| Waiting (MTC) | |
| RINGING =(1) | |
| Incoming (MTC) | |
| DIALING =(2) | |
| Dialing (MOC) | |
| CONVERSATION =(3) | |
| The call is active. | |
| HELD =(4) | |
| The call is held. | |
| FINISHED =(5) | |
| The call is not active anymore, but inband information is still available. | |
| ALERTING =(6) | |
| Alerting (MOC) | |
| DROPPED =(7) | |
| The call has been suspended by the network, but may resumed later. | |
Constructor & Destructor Documentation
| CallStatus | ( | int | value | ) |
Constructor
- Parameters
-
value value
Member Function Documentation
| int value | ( | ) |
- Returns
- value
