-api-id | -api-type |
---|---|
M:Windows.Devices.I2c.I2cDevice.WritePartial(System.Byte[]) |
winrt method |
Writes data to the inter-integrated circuit (I2 C) bus on which the device is connected, and returns information about the success of the operation that you can use for error handling.
A buffer that contains the data that you want to write to the I2 C device. This data should not include the bus address.
A structure that contains information about the success of the write operation and the actual number of bytes that the operation wrote into the buffer.
Write, ReadPartial, WriteReadPartial, I2cTransferResult, I2cTransferStatus
lowLevel