NxtBrick overview

Public Constructors

NxtBrick instantiates a NxtBrick using the stream passed in. This stream should be an opened connection to the NXT Brick

Public Events

MessageReceived  
StatusReceived  

Public Methods

AddListener  (inherited from MicrocontrollerBase)  
Close  (inherited from MicrocontrollerBase)  
Equals  (inherited from Object)  
GetHashCode  (inherited from Object)  
GetType  (inherited from Object)  
ReferenceEquals  (inherited from Object)  
RemoveListener  (inherited from MicrocontrollerBase)  
SendCommand Sends a Lego Command to the NXT Brick
ToString  (inherited from Object)  

Public Properties

Connected  (inherited from MicrocontrollerBase)  
ControllerId  (inherited from MicrocontrollerBase)  

Protected Methods

Finalize  (inherited from Object)  
FlushStream  (inherited from MicrocontrollerBase)  
MemberwiseClone  (inherited from Object)  
ReadStream  (inherited from MicrocontrollerBase)  
WriteStream  (inherited from MicrocontrollerBase)  

Protected Properties

IsDataAvailable  (inherited from MicrocontrollerBase)  

See Also

NxtBrick Class | Wimo.Common.Microcontrollers Namespace