-api-id | -api-type |
---|---|
M:Windows.Devices.I2c.I2cDevice.ReadPartial(System.Byte[]) |
winrt method |
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.
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.
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.
Read, I2cTransferResult, I2cTransferStatus, WritePartial, WriteReadPartial
lowLevel