C# Class HA4IoT.Tests.Mockups.TestI2CBusService

Inheritance: HA4IoT.Contracts.Services.ServiceBase, II2CBusService
Show file Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Public Methods

Method Description
Execute ( I2CSlaveAddress address, Action action, bool useCache = true ) : void

Private Methods

Method Description
TestI2CDevice ( ) : System

Method Details

Execute() public method

public Execute ( I2CSlaveAddress address, Action action, bool useCache = true ) : void
address HA4IoT.Contracts.Hardware.I2CSlaveAddress
action Action
useCache bool
return void