Class DirectDisplay
Class providing information about a connected direct-connect display
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class DirectDisplay : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Encoder
Encoder of this screen or null if none
Declaration
public DirectDisplayEncoder? Encoder { get; set; }
Property Value
Type | Description |
---|---|
DirectDisplayEncoder |
Screen
Screen information
Declaration
public DirectDisplayScreen Screen { get; }
Property Value
Type | Description |
---|---|
DirectDisplayScreen |