|
Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
|
Public Attributes | |
| boolean | detected |
| Whether local monitor is detected. | |
| vector< VideoResolution > | supportedResolutions |
| list of supported resolutions of local monitor connected | |
| int | preferredIndex |
| Index of preferred resolution in the above supportedResolutions list. | |
| string | edidDescription |
| Decode EDID data provided by local monitor in human-readable format. | |
Definition at line 16 of file LocalMonitor.idl.
| boolean radm::LocalMonitor::Status::detected |
Whether local monitor is detected.
Definition at line 17 of file LocalMonitor.idl.
| string radm::LocalMonitor::Status::edidDescription |
Decode EDID data provided by local monitor in human-readable format.
Definition at line 20 of file LocalMonitor.idl.
| int radm::LocalMonitor::Status::preferredIndex |
Index of preferred resolution in the above supportedResolutions list.
Definition at line 19 of file LocalMonitor.idl.
| vector<VideoResolution> radm::LocalMonitor::Status::supportedResolutions |
list of supported resolutions of local monitor connected
Definition at line 18 of file LocalMonitor.idl.