Click or drag to resize
NAPlatformStartScanWithDeviceTypes Method
NewAer
Turns on 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 StartScanWithDeviceTypes(
	params NADeviceType[] deviceTypes
)

Parameters

deviceTypes
Type: NewAer.SDK.Device.EnumsNADeviceType
Type of device to scan for.

Return Value

Type: Task

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

See Also