D253Capabilities

data class D253Capabilities(val supportsDisplayEnhancement: Boolean, val hasFrontlight: Boolean)

Data class for storing the optional capabilities of a Dasung253 monitor.

Not all Dasung253 monitors have the exact same features, so this class keeps track of any features which might be present or absent on a given model.

Parameters

supportsDisplayEnhancement

Monitor supports the display enhancement feature

hasFrontlight

Monitor has a front light which can be turned on/off

Constructors

Link copied to clipboard
constructor(supportsDisplayEnhancement: Boolean, hasFrontlight: Boolean)

Properties

Link copied to clipboard