NAPlatformStopScanWithDeviceTypes Method |
NewAer
Turns off 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 StopScanWithDeviceTypes(
params NADeviceType[] deviceTypes
)
Public Function StopScanWithDeviceTypes (
ParamArray deviceTypes As NADeviceType()
) As Task
public:
Task^ StopScanWithDeviceTypes(
... array<NADeviceType>^ deviceTypes
)
member StopScanWithDeviceTypes :
deviceTypes : NADeviceType[] -> Task
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