MetaWear C# SDK
1.0.0
C# API for MbientLab's sensor platform
|
Monitors an on-board event and executes the corresponding MetaWear commands when its event is fired More...
Public Member Functions | |
void | Remove () |
Removes the observer from the board marks the object as invalid More... | |
Properties | |
bool | Valid [get] |
True if this object is still useable, discard if false More... | |
uint | ID [get] |
Unique value identifying the observer. More... | |
Monitors an on-board event and executes the corresponding MetaWear commands when its event is fired
void MbientLab.MetaWear.IObserver.Remove | ( | ) |
Removes the observer from the board marks the object as invalid
|
get |
Unique value identifying the observer.
Use with IMetaWearBoard.LookupObserver(uint) to retrive an existing observer
|
get |
True if this object is still useable, discard if false