SIM900
_SIM900CardAccount Struct Reference

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...
 

Detailed Description

Definition at line 379 of file sim900_defs.h.

Member Data Documentation

◆ name

String _SIM900CardAccount::name

The name associated with the card account.

Definition at line 381 of file sim900_defs.h.

◆ number

String _SIM900CardAccount::number

The card's phone number.

Definition at line 384 of file sim900_defs.h.

◆ numberType

SIM900PhonebookType _SIM900CardAccount::numberType

The type of phonebook (national, international) where the number is stored.

Definition at line 393 of file sim900_defs.h.

◆ service

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.

◆ speed

uint8_t _SIM900CardAccount::speed

The card's speed or data rate.

Definition at line 390 of file sim900_defs.h.

◆ type

uint8_t _SIM900CardAccount::type

The card's type (e.g., SIM card).

Definition at line 387 of file sim900_defs.h.


The documentation for this struct was generated from the following file: