Click or drag to resize

DeviceUtilZmotifScanWirelessAccessPoints Method

Gets the Access points discoverable by printer.

Namespace:  Zebra.Sdk.Card.Zmotif.Device
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
List<WirelessAccessPointInfo> ScanWirelessAccessPoints(
	int scanIterations
)

Parameters

scanIterations
Type: SystemInt32
Number of scan iterations.

Return Value

Type: ListWirelessAccessPointInfo
A List of available WirelessAccessPointInfo objects.
Exceptions
ExceptionCondition
ConnectionExceptionIf the device is busy or there is an error communicating with the printer.
SettingsExceptionIf there is an error retrieving the available access points.
ZebraCardExceptionIf a printer error occurs.
See Also