Skip to content

IADLXI2C

Navigation: ADLX SDK ReferencesADLX InterfacesI2C

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

MethodDescription
IsSupportedChecks if the OEM device data can be read and written through the I2C bus on a GPU.
ReadReads the OEM device data through the I2C bus of a GPU.
RepeatedStartReadRepeat start reads the OEM device data through the I2C bus of a GPU.
VersionRetrieves the major and minor software version of I2C interface on a GPU.
WriteWrites the OEM device data through the I2C bus of a GPU.

Requirements

Headerinclude “II2C.h”
Minimum version1.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.

Subpages

  • IsSupported - Checks if the OEM device data can be read and written through the I2C bus on a GPU.
  • Read - Reads the OEM device data through the I2C bus of a GPU.
  • RepeatedStartRead - Repeat start reads the OEM device data through the I2C bus of a GPU.
  • Version - Retrieves the major and minor software version of I2C interface on a GPU.
  • Write - Writes the OEM device data through the I2C bus of a GPU.

API Reference

This page references: