C# Class X13.Periphery.TWIDriver.SI7020

Inheritance: TWICommon
Mostra file Open project: X13home/X13.Host

Public Methods

Method Description
Poll ( byte &buf ) : bool
Recv ( byte buf ) : bool
Reset ( ) : void
SI7020 ( Topic pin ) : System
VarChanged ( Topic snd, bool delete ) : bool

Method Details

Poll() public method

public Poll ( byte &buf ) : bool
buf byte
return bool

Recv() public method

public Recv ( byte buf ) : bool
buf byte
return bool

Reset() public method

public Reset ( ) : void
return void

SI7020() public method

public SI7020 ( Topic pin ) : System
pin Topic
return System

VarChanged() public method

public VarChanged ( Topic snd, bool delete ) : bool
snd Topic
delete bool
return bool