1# ResourceManager_Configuration 2 3## Overview 4 5Enumerates device states. 6 7**Since**: 12 8 9**Related module**: [resourcemanager](capi-resourcemanager.md) 10 11**Header file**: [resmgr_common.h](capi-resmgr-common-h.md) 12 13## Summary 14 15### Member Variables 16 17| Name| Description| 18| -- | -- | 19| ResourceManager_Direction direction | Screen orientation.| 20| char* locale | Locale, for example, zh-Hans-CN.| 21| ResourceManager_DeviceType deviceType | Device type.| 22| ScreenDensity screenDensity | Screen density.| 23| ResourceManager_ColorMode colorMode | Color mode.| 24| uint32_t mcc | Mobile country code (MCC).| 25| uint32_t mnc | Mobile network code (MNC).| 26| uint32_t reserved[20] | Reserved.| 27