I2cTransferResult.Status Field

Definition

An enumeration value that indicates if the read or write operation transferred the full number of bytes that the method requested, or the reason that the full transfer did not succeed. For WriteReadPartial, the value indicates whether the data for both the write and the read operations was entirely transferred.

public: I2cTransferStatus Status;
I2cTransferStatus Status;
public I2cTransferStatus Status;
Public Status As I2cTransferStatus 

Field Value

Applies to