Treehopper C# API
SMBusDevice Member List

This is the complete list of members for SMBusDevice, including all inherited members.

ReadBufferDataAsync(byte register, int numBytes)SMBusDevice
ReadByteAsync()SMBusDevice
ReadByteDataAsync(int register)SMBusDevice
ReadByteDataAsync(byte register)SMBusDevice
ReadDataAsync(byte numBytesToRead)SMBusDevice
ReadWordAsync()SMBusDevice
ReadWordBEAsync()SMBusDevice
ReadWordDataAsync(byte register)SMBusDevice
ReadWordDataBEAsync(byte register)SMBusDevice
SMBusDevice(byte address, I2C i2CModule, int rateKHz=100)SMBusDevice
WriteBufferDataAsync(byte register, byte[] buffer)SMBusDevice
WriteByteAsync(byte data)SMBusDevice
WriteByteDataAsync(byte register, byte data)SMBusDevice
WriteDataAsync(byte[] data)SMBusDevice
WriteWordDataAsync(byte register, ushort data)SMBusDevice
WriteWordDataBEAsync(byte register, ushort data)SMBusDevice