C# Class HA4IoT.Hardware.BuiltInI2CBusService

Inheritance: HA4IoT.Contracts.Services.ServiceBase, II2CBusService
Afficher le fichier Open project: chkr1011/CK.HomeAutomation

Méthodes publiques

Méthode Description
BuiltInI2CBusService ( ) : System
Execute ( I2CSlaveAddress address, Action action, bool useCache = true ) : void

Private Methods

Méthode Description
GetI2CDevice ( int address, bool useCache ) : Windows.Devices.I2c.I2cDevice

Method Details

BuiltInI2CBusService() public méthode

public BuiltInI2CBusService ( ) : System
Résultat System

Execute() public méthode

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