Adapter.ProcessCall Method (console safe)
Runs an SMBus “Process call” transaction.

ProcessCall(
command
as UInt8,
value
as UInt16)
as UInt16
Parameters
- command
- The command to send.
- value
- The value to process
Returns
- UInt16
- Result
Remarks
This function throws I2CException if there is error.
See Also
Adapter Class