1# ResourceManager_Configuration 2 3 4## 概述 5 6设备状态的枚举。 7 8**起始版本:** 12 9 10**相关模块:**[Resourcemanager](resourcemanager.md) 11 12**所在头文件:**[resmgr_common.h](resmgr__common_8h.md) 13 14## 汇总 15 16 17### 成员变量 18 19| 名称 | 描述 | 20| -------- | -------- | 21| [ResourceManager_Direction](resourcemanager.md#resourcemanager_direction) [direction](#direction) | 表示屏幕方向。 | 22| char \* [locale](#locale) | 表示语言文字国家地区,如zh-Hans-CN。 | 23| [ResourceManager_DeviceType](resourcemanager.md#resourcemanager_devicetype) [deviceType](#devicetype) | 表示设备类型。 | 24| [ScreenDensity](resourcemanager.md#screendensity) [screenDensity](#screendensity) | 表示屏幕密度。 | 25| [ResourceManager_ColorMode](resourcemanager.md#resourcemanager_colormode) [colorMode](#colormode) | 表示颜色模式。 | 26| uint32_t [mcc](#mcc) | 表示移动国家码。 | 27| uint32_t [mnc](#mnc) | 表示移动网络码。 | 28| uint32_t [reserved](#reserved) | 保留属性。 | 29 30 31## 结构体成员变量说明 32 33 34### colorMode 35 36``` 37ResourceManager_ColorMode ResourceManager_Configuration::colorMode 38``` 39**描述** 40 41表示颜色模式。 42 43 44### deviceType 45 46``` 47ResourceManager_DeviceType ResourceManager_Configuration::deviceType 48``` 49**描述** 50 51表示设备类型。 52 53 54### direction 55 56``` 57ResourceManager_Direction ResourceManager_Configuration::direction 58``` 59**描述** 60 61表示屏幕方向。 62 63 64### locale 65 66``` 67char* ResourceManager_Configuration::locale 68``` 69**描述** 70 71表示语言文字国家地区,如zh-Hans-CN。 72 73 74### mcc 75 76``` 77uint32_t ResourceManager_Configuration::mcc 78``` 79**描述** 80 81表示移动国家码。 82 83 84### mnc 85 86``` 87uint32_t ResourceManager_Configuration::mnc 88``` 89**描述** 90 91表示移动网络码。 92 93 94### reserved 95 96``` 97uint32_t ResourceManager_Configuration::reserved[20] 98``` 99**描述** 100 101保留属性。 102 103 104### screenDensity 105 106``` 107ScreenDensity ResourceManager_Configuration::screenDensity 108``` 109**描述** 110 111表示屏幕密度。 112