SimStatus Enum Reference
Public Member Functions | |
| SimStatus (int value) | |
| int | value () |
Static Public Member Functions | |
| [static initializer] | |
| static SimStatus | valueOf (int _value) |
Public Attributes | |
| SIM_NOT_INSERTED =(0) | |
| The sim is not inserted. | |
| SIM_INVALID_OR_UNSUPPORTED =(1) | |
| The sim is invalid or unsupported. | |
| SIM_LOCKED =(2) | |
| The sim is locked. | |
| SIM_LOCKED_PIN =(3) | |
| The sim is locked because of pin. | |
| SIM_LOCKED_PIN2 =(4) | |
| The sim is locked because of pin2. | |
| SIM_LOCKED_PUK =(5) | |
| The sim is locked because of puk. | |
| SIM_READY =(6) | |
| The sim is ready. | |
| UNKNOWN =(7) | |
| Unknown status. | |
Constructor & Destructor Documentation
| SimStatus | ( | int | value | ) |
Constructor
- Parameters
-
value value
Member Function Documentation
| int value | ( | ) |
- Returns
- value
