C# 클래스 HA4IoT.Hardware.BuiltInI2CBusService

상속: HA4IoT.Contracts.Services.ServiceBase, II2CBusService
파일 보기 프로젝트 열기: chkr1011/CK.HomeAutomation

공개 메소드들

메소드 설명
BuiltInI2CBusService ( ) : System
Execute ( I2CSlaveAddress address, Action action, bool useCache = true ) : void

비공개 메소드들

메소드 설명
GetI2CDevice ( int address, bool useCache ) : Windows.Devices.I2c.I2cDevice

메소드 상세

BuiltInI2CBusService() 공개 메소드

public BuiltInI2CBusService ( ) : System
리턴 System

Execute() 공개 메소드

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