Entry point into the MetaWear API for UWP or .NET console apps
More...
Entry point into the MetaWear API for UWP or .NET console apps
◆ ClearDeviceCacheAsync()
static async Task MbientLab.MetaWear.Win10.Application.ClearDeviceCacheAsync |
( |
BluetoothLEDevice |
device | ) |
|
|
inlinestatic |
Clears cached information specific to the BluetoothLE device
- Parameters
-
device | BluetoothLE device to clear |
- Returns
- Null task
◆ GetMetaWearBoard()
static IMetaWearBoard MbientLab.MetaWear.Win10.Application.GetMetaWearBoard |
( |
BluetoothLEDevice |
device | ) |
|
|
inlinestatic |
Instantiates an IMetaWearBoard object corresponding to the BluetoothLE device
- Parameters
-
device | BluetoothLE device object corresponding to the target MetaWear board |
- Returns
- IMetaWearBoard object
◆ RemoveMetaWearBoard()
static void MbientLab.MetaWear.Win10.Application.RemoveMetaWearBoard |
( |
BluetoothLEDevice |
device, |
|
|
bool |
dispose = false |
|
) |
| |
|
inlinestatic |
Removes the IMetaWearBoard object corresponding to the BluetoothLE device
- Parameters
-
device | BluetoothLE device object corresponding to the target MetaWear board |
dispose | True if existing references to the BluetoothLEDevice object should be disposed of |
◆ SetCacheFolder()
static void MbientLab.MetaWear.Win10.Application.SetCacheFolder |
( |
string |
path | ) |
|
|
inlinestatic |
Set the path the API uses to cache data
- Parameters
-
The documentation for this class was generated from the following file:
- MetaWear.Win10/Application.cs