DisplayImpl

class DisplayImpl(val edid: ByteArray) : Display

Implementation of the Display interface. This class provides details about a display device, including the Extended Display Identification Data (EDID). EDID contains information about the display's capabilities and characteristics.

Author

N7ghtm4r3

Parameters

edid

The Extended Display Identification Data (EDID) for the display. It is a byte array that stores the capabilities and characteristics of the display device.

See also

Constructors

Link copied to clipboard
constructor(edid: ByteArray)

Properties

Link copied to clipboard
open override val edid: ByteArray