MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
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... | |
IO operations used by the API, must be implemented by the target platform
Task<Stream> MbientLab.MetaWear.Impl.Platform.ILibraryIO.LocalLoadAsync | ( | string | key | ) |
Retrieves locally saved data from the host device
key | Key value identifying the data |
Task MbientLab.MetaWear.Impl.Platform.ILibraryIO.LocalSaveAsync | ( | string | key, |
byte [] | data | ||
) |
Save the data to the local device
key | Key value identifying the data |
data | Data to save |