Adapter.ProcessBlockCall Method (console safe)
Runs an SMBus “Block write, block read process call” transaction, using string.

ProcessBlockCall(
command
as UInt8,
value
as String)
as String
Parameters
- command
- Command to send to the device when reading the byte.
- value
- Value to send.
Returns
- String
- Result value.
Remarks
This function throws I2CException if there is error.
See Also
Adapter Class