C# 클래스 HA4IoT.Tests.Mockups.TestI2CBusService

상속: HA4IoT.Contracts.Services.ServiceBase, II2CBusService
파일 보기 프로젝트 열기: chkr1011/CK.HomeAutomation 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
TestI2CDevice ( ) : System

메소드 상세

Execute() 공개 메소드

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