C# Class HA4IoT.Hardware.I2CHardwareBridge.I2CHardwareBridge

Inheritance: IDevice
Exibir arquivo Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Public Methods

Method Description
ExecuteCommand ( I2CHardwareBridgeCommand command ) : void
HandleApiCall ( IApiContext apiContext ) : void
I2CHardwareBridge ( I2CSlaveAddress address, II2CBusService i2CBus, ISchedulerService schedulerService ) : System

Private Methods

Method Description
DeviceId ( ) : System

Method Details

ExecuteCommand() public method

public ExecuteCommand ( I2CHardwareBridgeCommand command ) : void
command I2CHardwareBridgeCommand
return void

HandleApiCall() public method

public HandleApiCall ( IApiContext apiContext ) : void
apiContext IApiContext
return void

I2CHardwareBridge() public method

public I2CHardwareBridge ( I2CSlaveAddress address, II2CBusService i2CBus, ISchedulerService schedulerService ) : System
address HA4IoT.Contracts.Hardware.I2CSlaveAddress
i2CBus II2CBusService
schedulerService ISchedulerService
return System