Enumerations
enum I2cOp
| Name | Value |
|---|---|
| Read | 0 |
| Write | 1 |
| Transact | 2 |
| Dump | 3 |
| List | 4 |
| Ping | 5 |
| Help | 6 |
| Undefined | 7 |
Defined at line 17 of file ../../src/devices/i2c/bin/args.h
enum TransactionType
| Name | Value |
|---|---|
| Read | 0 |
| Write | 1 |
Defined at line 29 of file ../../src/devices/i2c/bin/args.h
Records
Functions
-
zx_status_t execute (fidl::ClientEnd<fuchsia_hardware_i2c::Device> clientstd::vector<i2cutil::TransactionData> & transactions)Defined at line 77 of file ../../src/devices/i2c/bin/i2cutil2.cc