C# Class X13.Periphery.TWIDriver.RawDevice

Inheritance: TWICommon
Afficher le fichier Open project: X13home/X13.Host

Méthodes publiques

Méthode Description
Poll ( byte &buf ) : bool
RawDevice ( Topic pin ) : System
Recv ( byte buf ) : bool
Reset ( ) : void
VarChanged ( Topic snd, bool delete ) : bool

Method Details

Poll() public méthode

public Poll ( byte &buf ) : bool
buf byte
Résultat bool

RawDevice() public méthode

public RawDevice ( Topic pin ) : System
pin Topic
Résultat System

Recv() public méthode

public Recv ( byte buf ) : bool
buf byte
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

VarChanged() public méthode

public VarChanged ( Topic snd, bool delete ) : bool
snd Topic
delete bool
Résultat bool