Struct ddc_winapi::Monitor [] [src]

pub struct Monitor { /* fields omitted */ }

A handle to an attached monitor that allows the use of DDC/CI operations.

Methods

impl Monitor
[src]

[src]

Create a new monitor from the specified handle.

[src]

Enumerate all connected physical monitors.

[src]

Physical monitor description string.

[src]

Physical monitor winapi handle.

[src]

Retrieves a monitor's horizontal and vertical synchronization frequencies.

[src]

Sets the value of a Virtual Control Panel (VCP) code for a monitor.

[src]

Saves the current monitor settings to the display's nonvolatile storage.

[src]

Retrieves the current value, maximum value, and code type of a Virtual Control Panel (VCP) code for a monitor.

Returns (vcp_type, current_value, max_value)

[src]

Retrieves the length of the buffer to pass to winapi_capabilities_request_and_capabilities_reply.

[src]

Retrieves a string describing a monitor's capabilities.

This string is always ASCII and includes a terminating null character.

Trait Implementations

impl DdcHost for Monitor
[src]

An error that can occur when communicating with a DDC device. Read more

[src]

Wait for any previous commands to complete. Read more

impl Ddc for Monitor
[src]

[src]

Retrieve the capability string from the device. Read more

[src]

Gets the current value of an MCCS VCP feature.

[src]

Sets a VCP feature to the specified value.

[src]

Instructs the device to save its current settings.

[src]

Retrieves a timing report from the device.

impl Drop for Monitor
[src]

[src]

Executes the destructor for this type. Read more

impl Debug for Monitor
[src]

[src]

Formats the value using the given formatter. Read more