• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ResourceManager_Configuration
2
3## 概述
4
5设备状态的枚举。
6
7**起始版本:** 12
8
9**相关模块:** [resourcemanager](capi-resourcemanager.md)
10
11**所在头文件:** [resmgr_common.h](capi-resmgr-common-h.md)
12
13## 汇总
14
15### 成员变量
16
17| 名称 | 描述 |
18| -- | -- |
19| ResourceManager_Direction direction | 表示屏幕方向。 |
20| char* locale | 表示语言文字国家地区,如zh-Hans-CN。 |
21| ResourceManager_DeviceType deviceType | 表示设备类型。 |
22| ScreenDensity screenDensity | 表示屏幕密度。 |
23| ResourceManager_ColorMode colorMode | 表示颜色模式。 |
24| uint32_t mcc | 表示移动国家码。 |
25| uint32_t mnc | 表示移动网络码。 |
26| uint32_t reserved[20] | 保留属性。 |
27
28
29