Oopic overview

Public Constructors

Oopic Instantiates the OOPic object

Public Events

ValueFetched Event that is raised when a value is fetched from the OOPic

Public Methods

AddListener  (inherited from MicrocontrollerBase)  
Close  (inherited from MicrocontrollerBase)  
CreateObject This is the method used to encapsulate an OopicObject that exists on the OOPic.
DisableScp Disables Scp and continues the program where it left off
EnableScp Enables SCP on the OOPic
Equals  (inherited from Object)  
GetHashCode  (inherited from Object)  
GetType  (inherited from Object)  
Read Reads the value at an address in the OOPic's RAM. The fact that we are expecting a value is queued up.
ReadStream  
ReferenceEquals  (inherited from Object)  
RemoveListener  (inherited from MicrocontrollerBase)  
ResetAndRun Resets the OOPic and runs the program. SCP will not be enabled until you call EnableScp
RunSubroutine Runs a subroutine on the OOPic at the given address
ToString  (inherited from Object)  
Write  

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

Oopic Class | Wimo.Common Namespace