MicrocontrollerBase overview

Public Constructors

MicrocontrollerBase creates a microcontroller using the stream for communication

Public Methods

AddListener Add listener to the microcontroller... any data that the microcontroller sends will be sent to each listener over the WimoNet specified
Close close communication to the microcontroller
Equals  (inherited from Object)  
GetHashCode  (inherited from Object)  
GetType  (inherited from Object)  
ReferenceEquals  (inherited from Object)  
RemoveListener Removes a listener from the microcontroller
ToString  (inherited from Object)  

Public Properties

Connected Is this instance actually connected to a microcontroller stream?
ControllerId Id of the microcontroller

Protected Methods

Finalize  (inherited from Object)  
FlushStream Flush the microcontroller stream
MemberwiseClone  (inherited from Object)  
ReadStream Reads serial data from the microcontroller stream
WriteStream writes serial data to the microcontroller stream

Protected Properties

IsDataAvailable Is there data currently available and waiting to be read from the microcontroller

See Also

MicrocontrollerBase Class | Wimo.Common Namespace