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

A task comprising of MetaWear commands programmed to periodically run on-board More...

Public Member Functions

void Start ()
 Start task execution More...
 
void Stop ()
 Stop task execution More...
 
void Remove ()
 Removes this task from the board More...
 

Properties

bool Valid [get]
 True if this object is still useable, discard if false More...
 
byte ID [get]
 Numerical ID representing this object, used with IMetaWearBoard.LookupScheduledTask(byte) More...
 

Detailed Description

A task comprising of MetaWear commands programmed to periodically run on-board

Member Function Documentation

◆ Remove()

void MbientLab.MetaWear.IScheduledTask.Remove ( )

Removes this task from the board

◆ Start()

void MbientLab.MetaWear.IScheduledTask.Start ( )

Start task execution

◆ Stop()

void MbientLab.MetaWear.IScheduledTask.Stop ( )

Stop task execution

Property Documentation

◆ ID

byte MbientLab.MetaWear.IScheduledTask.ID
get

Numerical ID representing this object, used with IMetaWearBoard.LookupScheduledTask(byte)

◆ Valid

bool MbientLab.MetaWear.IScheduledTask.Valid
get

True if this object is still useable, discard if false


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