Constants | ||
---|---|---|
java.lang.String | DEVICE_ID | The ID of the device corresponding to this display |
java.lang.String | DISPLAY_WIDTH | The width of the display |
java.lang.String | DISPLAY_HEIGHT | The width of the display |
java.lang.String | COLORS | The number of colors supported by the display |
java.lang.String | REFRESH_RATE | The refresh rate supported by the display |
java.lang.String | LATENCY | The latency of the display |
java.lang.String | TAP_TOUCH | Indicates if tap touch is supported by the display |
java.lang.String | MOTION_TOUCH | Indicates if motion touch is supported by the display |
java.lang.String | IS_EMULATED | Indicates if the display is a real display or an emulated display to provide compatibility with other accessories. |
java.lang.String | SUPPORTS_LOW_POWER_MODE | Indicates if the display supports active low power mode. |
java.lang.String | MENU_ITEMS | Indicates the number of menu items supported by the display. |
The ID of the device corresponding to this display
TYPE: INTEGER (long)
PRESENCE: REQUIRED
Constant Value: "deviceId"
The width of the display
TYPE: INTEGER (int)
PRESENCE: REQUIRED
Constant Value: "width"
The width of the display
TYPE: INTEGER (int)
PRESENCE: REQUIRED
Constant Value: "height"
The number of colors supported by the display
TYPE: INTEGER (int)
PRESENCE: REQUIRED
Constant Value: "colors"
The refresh rate supported by the display
TYPE: INTEGER (int)
PRESENCE: REQUIRED
Constant Value: "refreshRate"
The latency of the display
TYPE: INTEGER (int)
PRESENCE: REQUIRED
Constant Value: "latency"
Indicates if tap touch is supported by the display
TYPE: BOOLEAN
PRESENCE: REQUIRED
Constant Value: "tapTouch"
Indicates if motion touch is supported by the display
TYPE: BOOLEAN
PRESENCE: REQUIRED
Constant Value: "motionTouch"
Indicates if the display is a real display or an emulated display to provide compatibility with other accessories.
TYPE: BOOLEAN
PRESENCE: OPTIONAL (Default value is FALSE)
Constant Value: "isEmulated"
Indicates if the display supports active low power mode.
TYPE: BOOLEAN
PRESENCE: OPTIONAL (Default value is FALSE)
Constant Value: "supportsLowPowerMode"
Indicates the number of menu items supported by the display. 0 means that the accessory does not support showing a menu on this display.
TYPE: INTEGER (int)
PRESENCE: OPTIONAL (Default value is 0)
Constant Value: "menuItems"
Column-definitions for the Display table