MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
A data producer that only emits data when a Read command is issued. More...
Public Member Functions | |
void | Read () |
Sends a read command to the producer More... | |
Public Member Functions inherited from MbientLab.MetaWear.IDataProducer | |
Task< IRoute > | AddRouteAsync (Action< IRouteComponent > builder) |
Adds a data route to the producer More... | |
A data producer that only emits data when a Read command is issued.
Read commands can be scheduled on the MetaWear using IMetaWearBoard.ScheduleAsync(uint, bool, System.Action) to avoid having to repeatedly send the command from the local device.
void MbientLab.MetaWear.IForcedDataProducer.Read | ( | ) |
Sends a read command to the producer