Class GetScreenInfosCommandResponse
Response for Returns device's screen configuration. In headful mode, the physical screens configuration is returned, whereas in headless mode, a virtual headless screen configuration is provided instead.
public sealed class GetScreenInfosCommandResponse : ICommandResponse<GetScreenInfosCommandSettings>, ICommandResponse
- Inheritance
-
GetScreenInfosCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ScreenInfos
Gets or sets the screenInfos
[JsonPropertyName("screenInfos")]
public ScreenInfo[] ScreenInfos { get; set; }