NAPlatform Class |
Namespace: NewAer.SDK
The NAPlatform type exposes the following members.
Name | Description | |
---|---|---|
![]() | NAPlatform |
Creates a new NAPlatform instance.
|
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
|
Name | Description | |
---|---|---|
![]() | DebugLog |
Does nothing; only valid for debug builds of the SDK.
|
![]() | FoundDevice |
Occurs when a device is found.
|
![]() | LostDevice |
Occurs when a device is lost.
|
![]() | ReceivedMessage |
Occurs when a message is received.
|
![]() | ScanFailed |
Occurs when scanning has failed.
|
![]() | SentMessage |
Occurs when a message is sent.
|
![]() | UpdatedDevice |
Occurs when a device is updated.
|