Trait ddc::Eddc [] [src]

pub trait Eddc: Edid {
    fn read_eddc_edid(
        &mut self,
        segment: u8,
        offset: u8,
        data: &mut [u8]
    ) -> Result<usize, Self::EdidError>; }

E-DDC allows reading extensions of Enhanced EDID.

Required Methods

Read part of the EDID using the segments added in the Enhanced Display Data Channel (E-DDC) protocol.

Implementors