Add DevicePropertyId_ConfigSizes.

This commit is contained in:
László Monda
2017-12-14 16:40:44 +01:00
parent 494621a841
commit 312f56048b
2 changed files with 10 additions and 4 deletions

View File

@@ -5,7 +5,8 @@
typedef enum {
DevicePropertyId_DeviceProtocolVersion = 0,
DevicePropertyId_EveryProtocolVersion = 1,
DevicePropertyId_ProtocolVersions = 1,
DevicePropertyId_ConfigSizes = 2,
DevicePropertyId_HardwareConfigSize = 4,
DevicePropertyId_UserConfigSize = 5,
} system_property_t;