C# Class X13.Periphery.TWIDriver

Inheritance: ITopicOwned
Mostra file Open project: X13home/X13.Host Class Usage Examples

Private Properties

Property Type Description
STVarChanged void
TWIDriver System
_dev_Pool void

Public Methods

Method Description
Load ( ) : void
Recv ( byte msgData ) : void
Reset ( ) : void
SetOwner ( Topic owner ) : void
TWIDriver ( Topic owner ) : System

Private Methods

Method Description
STVarChanged ( Topic snd, TopicChanged p ) : void
TWIDriver ( ) : System
_dev_Pool ( ) : void

Method Details

Load() public static method

public static Load ( ) : void
return void

Recv() public method

public Recv ( byte msgData ) : void
msgData byte
return void

Reset() public method

public Reset ( ) : void
return void

SetOwner() public method

public SetOwner ( Topic owner ) : void
owner Topic
return void

TWIDriver() public method

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