Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 889 Bytes

ii2cdeviceprovider_writepartial_1107922632.md

File metadata and controls

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

Windows.Devices.I2c.Provider.II2cDeviceProvider.WritePartial

-description

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.

-parameters

-param buffer

A buffer that contains the data that you want to write to the I2 C device. This data should not include the bus address.

-returns

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.

-remarks

-examples

-see-also