SIM900
|
Public Attributes | |
String | memoryType |
The type of phonebook memory (e.g., "SM" for SIM memory). | |
uint8_t | used |
The number of entries used in the phonebook memory. | |
uint8_t | max |
The maximum number of entries that can be stored in the phonebook memory. | |
Definition at line 354 of file sim900_defs.h.
uint8_t _SIM900PhonebookCapacity::max |
The maximum number of entries that can be stored in the phonebook memory.
Definition at line 362 of file sim900_defs.h.
String _SIM900PhonebookCapacity::memoryType |
The type of phonebook memory (e.g., "SM" for SIM memory).
Definition at line 356 of file sim900_defs.h.
uint8_t _SIM900PhonebookCapacity::used |
The number of entries used in the phonebook memory.
Definition at line 359 of file sim900_defs.h.