C# Class HA4IoT.Hardware.I2CHardwareBridge.I2CHardwareBridge

Inheritance: IDevice
Afficher le fichier Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
DeviceId ( ) : System

Method Details

ExecuteCommand() public méthode

public ExecuteCommand ( I2CHardwareBridgeCommand command ) : void
command I2CHardwareBridgeCommand
Résultat void

HandleApiCall() public méthode

public HandleApiCall ( IApiContext apiContext ) : void
apiContext IApiContext
Résultat void

I2CHardwareBridge() public méthode

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