• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Telephony_NetworkState
2
3## Overview
4
5Defines network status information.
6
7**Since**: 13
8
9**Related module**: [Telephony](capi-telephony.md)
10
11**Header file**: [telephony_radio_type.h](capi-telephony-radio-type-h.md)
12
13## Summary
14
15### Member Variables
16
17| Name| Description|
18| -- | -- |
19| char longOperatorName_[TELEPHONY_MAX_OPERATOR_LEN] | Long carrier name of the registered network.|
20| char shortOperatorName_[TELEPHONY_MAX_OPERATOR_LEN] | Short carrier name of the registered network.|
21| char plmnNumeric_[TELEPHONY_MAX_PLMN_NUMERIC_LEN] | PLMN code of the registered network.|
22| bool isRoaming_ | Whether the user is roaming.|
23| Telephony_RegState regState_ | Network registration status of the device.|
24| Telephony_RadioTechnology cfgTech_ | RAT of the device.|
25| Telephony_NsaState nsaState_ | NSA network registration status of the device.|
26| bool isCaActive_ | CA status.|
27| bool isEmergency_ | Whether only emergency calls are allowed.|
28