C# Class X13.Periphery.TWIDriver.LM75

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

Public Methods

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

Method Details

LM75() public method

public LM75 ( Topic owner ) : System
owner Topic
return System

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

VarChanged() public method

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