IADLXI2C
The IADLXI2C interface provides methods to read data from, and write data to OEM devices through the I2C bus.
InterfaceId: |
IADLXI2C |
Smart Pointer Interface Name: |
IADLXI2CPtr |
Inherits: |
IADLXInterface |
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Checks if the OEM device data can be read and written through the I2C bus on a GPU. |
|
Reads the OEM device data through the I2C bus of a GPU. |
|
Repeat start reads the OEM device data through the I2C bus of a GPU. |
|
Retrieves the major and minor software version of I2C interface on a GPU. |
|
Writes the OEM device data through the I2C bus of a GPU. |
Requirements
Header |
include “II2C.h” |
Minimum version |
1.0 |
Example
To see how to use this interface in a C++ application, refer to the I2C C++ sample .
For a C application, refer to the I2C C sample .