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

IO operations used by the API, must be implemented by the target platform More...

Public Member Functions

Task LocalSaveAsync (string key, byte[] data)
 Save the data to the local device More...
 
Task< Stream > LocalLoadAsync (string key)
 Retrieves locally saved data from the host device More...
 

Detailed Description

IO operations used by the API, must be implemented by the target platform

Member Function Documentation

◆ LocalLoadAsync()

Task<Stream> MbientLab.MetaWear.Impl.Platform.ILibraryIO.LocalLoadAsync ( string  key)

Retrieves locally saved data from the host device

Parameters
keyKey value identifying the data
Returns
Stream to read the data

◆ LocalSaveAsync()

Task MbientLab.MetaWear.Impl.Platform.ILibraryIO.LocalSaveAsync ( string  key,
byte []  data 
)

Save the data to the local device

Parameters
keyKey value identifying the data
dataData to save
Returns
Null

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