• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# CsRegStatusInfo
2
3
4## 概述
5
6CS注册状态信息。
7
8**相关模块:**
9
10[Ril](_ril.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18  | 名称 | 描述 |
19| -------- | -------- |
20| [notifyType](#notifytype) | int<br/>通知类型 |
21| [regStatus](#regstatus) | enum&nbsp;[RilRegStatus](_ril.md#rilregstatus)<br/>注册状态,具体查看[RilRegStatus](_ril.md#rilregstatus) |
22| [lacCode](#laccode) | int<br/>地区区域码&nbsp; |
23| [cellId](#cellid) | int<br/>小区标识&nbsp; |
24| [radioTechnology](#radiotechnology) | enum&nbsp;[RilRadioTech](_ril.md#rilradiotech)<br/>语音接入技术类型,具体查看[RilRadioTech](_ril.md#rilradiotech) |
25| [flag](#flag) | int<br/>标志,由搜网管理在响应中使用&nbsp; |
26
27
28## 类成员变量说明
29
30
31### cellId
32
33
34```
35int CsRegStatusInfo::cellId
36```
37**描述:**
38小区标识
39
40
41### flag
42
43
44```
45int CsRegStatusInfo::flag
46```
47**描述:**
48标志,由搜网管理在响应中使用
49
50
51### lacCode
52
53
54```
55int CsRegStatusInfo::lacCode
56```
57**描述:**
58地区区域码
59
60
61### notifyType
62
63
64```
65int CsRegStatusInfo::notifyType
66```
67**描述:**
68通知类型
69
70- 0:禁止主动上报
71
72- 1:使用格式1上报,格式具体由芯片自定义
73
74- 2:使用格式2上报,格式具体由芯片自定义
75
76
77### radioTechnology
78
79
80```
81enum RilRadioTech CsRegStatusInfo::radioTechnology
82```
83**描述:**
84语音接入技术类型,具体查看[RilRadioTech](_ril.md#rilradiotech)
85
86
87### regStatus
88
89
90```
91enum RilRegStatus CsRegStatusInfo::regStatus
92```
93**描述:**
94注册状态,具体查看[RilRegStatus](_ril.md#rilregstatus)
95