Contents

readDDCClock

Reads the input state of the I2C clock line on a bus.

Declaration

virtual bool readDDCClock(
 IOIndexbus );

Parameters

  • bus:

    Index of the bus.

Return Value

A boolean reflecting the current state of the clock line on the given bus.

Overview

Framebuffers making use of the IOFramebuffer::doI2CRequest() software implementation of I2C should implement this method to return the input state of the I2C clock line on the given bus. Otherwise may be unimplemented.

See Also

Miscellaneous