Constants | ||
---|---|---|
int | DEFAULT | An accessory's default state. |
int | POWERSAVE | In this state, the display may be in low power mode and it's properties are not guaranteed to match the definition in Registration. |
int | DISCONNECTED | In this state, the accessory is not connected to a host application |
An accessory's default state. In this state, the display's properties, e.g. color and latency are as defined in Registration.DisplayColumns. Touch screen, if present, is active, and accessory is connected to a host application.
Constant Value: 1 (0x00000001)
In this state, the display may be in low power mode and it's properties are not guaranteed to match the definition in Registration. The host application will convert any resources provided to suit this display mode. If present, the accessory's touch screen will not be active. Accessory is connected to a host application.
Constant Value: 2 (0x00000002)
In this state, the accessory is not connected to a host application
Constant Value: 4 (0x00000004)
An accessory can enter different states. If an extension assigns an AccessoryState to certain resources the accessory shall use that resource while in the given state.