C# Class X13.Periphery.TWIDriver.TWICommon

Mostra file Open project: X13home/X13.Host

Protected Properties

Property Type Description
_rand System.Random

Public Methods

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

Private Methods

Method Description
TWICommon ( ) : System

Method Details

Poll() public abstract method

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

Recv() public abstract method

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

Reset() public abstract method

public abstract Reset ( ) : void
return void

VarChanged() public abstract method

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

Property Details

_rand protected_oe static_oe property

protected static Random,System _rand
return System.Random