SIM900
|
Public Attributes | |
String | memoryType |
The type of phonebook memory (e.g., "SM" for SIM memory). More... | |
uint8_t | used |
The number of entries used in the phonebook memory. More... | |
uint8_t | max |
The maximum number of entries that can be stored in the phonebook memory. More... | |
Definition at line 408 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 416 of file sim900_defs.h.
String _SIM900PhonebookCapacity::memoryType |
The type of phonebook memory (e.g., "SM" for SIM memory).
Definition at line 410 of file sim900_defs.h.
uint8_t _SIM900PhonebookCapacity::used |
The number of entries used in the phonebook memory.
Definition at line 413 of file sim900_defs.h.