OopicObject overview

Public Constructors

OopicObject Instantiates an OopicObject that represents an address in RAM on an OOPic

Public Events

ValueFetched event raised when the value has been successfully fetched from the OOPic

Public Methods

Equals  (inherited from Object)  
FetchValue instructs the object to fetch the current value from the OOPic
GetHashCode  (inherited from Object)  
GetType  (inherited from Object)  
ReferenceEquals  (inherited from Object)  
ToString  (inherited from Object)  

Public Properties

Address address on the OOPic that this instance represents.
Fetching State of the object. Is it waiting for its value to be fetched from the OOPic?
Value The value of the object. returns the cached value if reading. Sets the value on the OOPic if writing

Protected Methods

Finalize  (inherited from Object)  
MemberwiseClone  (inherited from Object)  

See Also

OopicObject Class | Wimo.Common Namespace