DrmConnector Class
Definition
public class DrmConnector
Properties
| Name | Description |
|---|---|
| Connection | No summary available. |
| ConnectorType | No summary available. |
| ConnectorTypeId | No summary available. |
| Id | No summary available. |
| Modes | No summary available. |
| Name | No summary available. |
| SizeMm | No summary available. |
| SubPixel | No summary available. |
Connection Property
public Avalonia.LinuxFramebuffer.Output.DrmModeConnection Connection { get; set; }
ConnectorType Property
public Avalonia.LinuxFramebuffer.DrmConnectorType ConnectorType { get; set; }
ConnectorTypeId Property
public uint ConnectorTypeId { get; set; }
Id Property
public uint Id { get; set; }
Modes Property
public System.Collections.Generic.List<Avalonia.LinuxFramebuffer.Output.DrmModeInfo> Modes { get; set; }
Name Property
public string Name { get; set; }
SizeMm Property
public Avalonia.Size SizeMm { get; set; }
SubPixel Property
public Avalonia.LinuxFramebuffer.Output.DrmModeSubPixel SubPixel { get; set; }