NAPlatformStartScanWithDeviceTypes Method |
NewAer
Turns on scanning for a specific type of device
Namespace: NewAer.SDKAssembly: NewAer (in NewAer.dll) Version: 5.1.16.3 (5.1.16.3)
Syntaxpublic Task StartScanWithDeviceTypes(
params NADeviceType[] deviceTypes
)
Public Function StartScanWithDeviceTypes (
ParamArray deviceTypes As NADeviceType()
) As Task
public:
Task^ StartScanWithDeviceTypes(
... array<NADeviceType>^ deviceTypes
)
member StartScanWithDeviceTypes :
deviceTypes : NADeviceType[] -> Task
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