NAPlatform Methods |
The NAPlatform type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose |
Disposes Platform and all dependent devices
|
![]() | GetDevices(FuncNADevice, Boolean, Boolean) |
Thread-safe device query based on predicate
If you need to know when data in this list changes you need to register
a callback on EventHandler 'UpdatedDevice'
|
![]() | GetDevicesT(FuncNADevice, Boolean, Boolean) |
Thread-safe device query based on type and predicate
If you need to know when data in this list changes you need to register
a callback on EventHandler 'UpdatedDevice'
|
![]() ![]() | GetInstance |
Gets the active instance of NAPlatform.
|
![]() | GetMyDeviceId | |
![]() | IncludeRemoteDevices |
Includes the remote devices.
|
![]() | SendMessage |
Sends a message to a specific device over BTLE.
|
![]() | StartScanWithDeviceTypes |
Turns on scanning for a specific type of device
|
![]() | StopScanning |
Stops the scanning of all devices.
|
![]() | StopScanWithDeviceTypes |
Turns off scanning for a specific type of device
|