Click or drag to resize
NAPlatformStopScanWithDeviceTypes Method
NewAer
Turns off scanning for a specific type of device

Namespace: NewAer.SDK
Assembly: NewAer (in NewAer.dll) Version: 5.1.16.3 (5.1.16.3)
Syntax
public Task StopScanWithDeviceTypes(
	params NADeviceType[] deviceTypes
)

Parameters

deviceTypes
Type: NewAer.SDK.Device.EnumsNADeviceType
The device types.

Return Value

Type: Task

[Missing <returns> documentation for "M:NewAer.SDK.NAPlatform.StopScanWithDeviceTypes(NewAer.SDK.Device.Enums.NADeviceType[])"]

See Also