Click or drag to resize
NAPlatform Methods
NewAer

The NAPlatform type exposes the following members.

Methods
  NameDescription
Public methodDispose
Disposes Platform and all dependent devices
Public methodGetDevices(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'
Public methodGetDevicesT(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'
Public methodStatic memberGetInstance
Gets the active instance of NAPlatform.
Public methodGetMyDeviceId
Public methodIncludeRemoteDevices
Includes the remote devices.
Public methodSendMessage
Sends a message to a specific device over BTLE.
Public methodStartScanWithDeviceTypes
Turns on scanning for a specific type of device
Public methodStopScanning
Stops the scanning of all devices.
Public methodStopScanWithDeviceTypes
Turns off scanning for a specific type of device
Top
See Also