Enum ddc_hi::Handle [] [src]

pub enum Handle {
    // some variants omitted
}
[]

A handle allowing communication with a display

Methods

impl Handle
[src]

[src]
[]

Request and parse the display's capabilities string.

Trait Implementations

impl DdcHost for Handle
[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 Handle
[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 DdcTable for Handle
[src]

[src]
[]

Read a table value from the device.

[src]
[]

Write a table value to the device.