Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 933 Bytes

ii2cdeviceprovider_readpartial_589466211.md

File metadata and controls

26 lines (18 loc) · 933 Bytes
-api-id -api-type
M:Windows.Devices.I2c.Provider.II2cDeviceProvider.ReadPartial(System.Byte[])
winrt method

Windows.Devices.I2c.Provider.II2cDeviceProvider.ReadPartial

-description

Reads data from the inter-integrated circuit (I2 C) bus on which the device is connected into the specified buffer, and returns information about the success of the operation that you can use for error handling.

-parameters

-param buffer

The buffer to which you want to read the data from the I2 C bus. The length of the buffer determines how much data to request from the device.

-returns

A structure that contains information about the success of the read operation and the actual number of bytes that the operation read into the buffer.

-remarks

-examples

-see-also