SIM900
|
Public Attributes | |
String | name |
The name associated with the card account. More... | |
String | number |
The card's phone number. More... | |
uint8_t | type |
The card's type (e.g., SIM card). More... | |
uint8_t | speed |
The card's speed or data rate. More... | |
SIM900PhonebookType | numberType |
The type of phonebook (national, international) where the number is stored. More... | |
SIM900CardService | service |
The type of card service (e.g., voice, data) associated with the card account. More... | |
Definition at line 379 of file sim900_defs.h.
String _SIM900CardAccount::name |
The name associated with the card account.
Definition at line 381 of file sim900_defs.h.
String _SIM900CardAccount::number |
The card's phone number.
Definition at line 384 of file sim900_defs.h.
SIM900PhonebookType _SIM900CardAccount::numberType |
The type of phonebook (national, international) where the number is stored.
Definition at line 393 of file sim900_defs.h.
SIM900CardService _SIM900CardAccount::service |
The type of card service (e.g., voice, data) associated with the card account.
Definition at line 396 of file sim900_defs.h.
uint8_t _SIM900CardAccount::speed |
The card's speed or data rate.
Definition at line 390 of file sim900_defs.h.
uint8_t _SIM900CardAccount::type |
The card's type (e.g., SIM card).
Definition at line 387 of file sim900_defs.h.