1# SsNoticeInfo
2
3
4## 概述
5
6补充业务信息。
7
8**起始版本:** 3.2
9
10**相关模块:**[Ril](_ril_v11.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18| 名称 | 描述 |
19| -------- | -------- |
20| int [serviceType](#servicetype) | 业务类型 |
21| int [requestType](#requesttype) | 请求类型 |
22| int [serviceClass](#serviceclass) | 服务类别,参考3GPP TS 27.007  |
23| int [result](#result) | 查询结果,具体查看[RilErrType](_ril_v11.md#rilerrtype) |
24
25
26## 类成员变量说明
27
28
29### requestType
30
31```
32int SsNoticeInfo::requestType
33```
34**描述**
35
36请求类型
37
38- 0:去激活
39
40- 1:激活
41
42- 2:状态查询
43
44- 3:注册
45
46- 4:删除
47
48
49### result
50
51```
52int SsNoticeInfo::result
53```
54**描述**
55
56查询结果,具体查看[RilErrType](_ril_v11.md#rilerrtype)
57
58
59### serviceClass
60
61```
62int SsNoticeInfo::serviceClass
63```
64**描述**
65
66服务类别,参考3GPP TS 27.007
67
68
69### serviceType
70
71```
72int SsNoticeInfo::serviceType
73```
74**描述**
75
76业务类型
77
78- 0:无条件
79
80- 1:遇忙时
81
82- 2:无应答时
83
84- 3:不可达时(无网络服务或者关机时)
85