src.bluetooth_sig.gatt.characteristics.esl_display_information¶
ESL Display Information characteristic implementation.
Classes¶
Name | Description |
|---|---|
ESL Display Information characteristic (0x2BFA). |
|
Parsed data from ESL Display Information characteristic. |
|
ESL display type values per ESL specification. |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.esl_display_information.ESLDisplayInformationCharacteristic(info: src.bluetooth_sig.types.CharacteristicInfo | None = None, validation: src.bluetooth_sig.gatt.characteristics.characteristic_meta.ValidationConfig | None = None)¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[ESLDisplayInformationData]ESL Display Information characteristic (0x2BFA).
org.bluetooth.characteristic.esl_display_information
Describes an ESL display: index, width, height, and display type.
- class src.bluetooth_sig.gatt.characteristics.esl_display_information.ESLDisplayInformationData¶
Bases:
msgspec.StructParsed data from ESL Display Information characteristic.
- display_index¶
Index of the display (0-based).
- width¶
Display width in pixels.
- height¶
Display height in pixels.
- display_type¶
Type of display technology.
- display_type: ESLDisplayType¶