MetaWear C# SDK  1.2.0
C# API for MbientLab's sensor platform
Public Member Functions | Properties | List of all members
MbientLab.MetaWear.IObserver Interface Reference

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...
 

Detailed Description

Monitors an on-board event and executes the corresponding MetaWear commands when its event is fired

Member Function Documentation

◆ Remove()

void MbientLab.MetaWear.IObserver.Remove ( )

Removes the observer from the board marks the object as invalid

Property Documentation

◆ ID

uint MbientLab.MetaWear.IObserver.ID
get

Unique value identifying the observer.

Use with IMetaWearBoard.LookupObserver(uint) to retrive an existing observer

◆ Valid

bool MbientLab.MetaWear.IObserver.Valid
get

True if this object is still useable, discard if false


The documentation for this interface was generated from the following file: