Android-cuttlefish cvd tool
Public Types | Public Member Functions | Public Attributes | List of all members
cuttlefish::NetworkService::NetworkOperator Struct Reference
Collaboration diagram for cuttlefish::NetworkService::NetworkOperator:
Collaboration graph
[legend]

Public Types

enum  OperatorState { OPER_STATE_UNKNOWN = 0 , OPER_STATE_AVAILABLE = 1 , OPER_STATE_CURRENT = 2 , OPER_STATE_FORBIDDEN = 3 }
 

Public Member Functions

 NetworkOperator ()
 
 NetworkOperator (const std::string &number, const std::string &ln, const std::string &sn, OperatorState state)
 

Public Attributes

std::string numeric
 
std::string long_name
 
std::string short_name
 
OperatorState operator_state
 

Member Enumeration Documentation

◆ OperatorState

Enumerator
OPER_STATE_UNKNOWN 
OPER_STATE_AVAILABLE 
OPER_STATE_CURRENT 
OPER_STATE_FORBIDDEN 

Constructor & Destructor Documentation

◆ NetworkOperator() [1/2]

cuttlefish::NetworkService::NetworkOperator::NetworkOperator ( )
inline

◆ NetworkOperator() [2/2]

cuttlefish::NetworkService::NetworkOperator::NetworkOperator ( const std::string &  number,
const std::string &  ln,
const std::string &  sn,
OperatorState  state 
)
inline

Member Data Documentation

◆ long_name

std::string cuttlefish::NetworkService::NetworkOperator::long_name

◆ numeric

std::string cuttlefish::NetworkService::NetworkOperator::numeric

◆ operator_state

OperatorState cuttlefish::NetworkService::NetworkOperator::operator_state

◆ short_name

std::string cuttlefish::NetworkService::NetworkOperator::short_name

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