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
SyntaxList<WirelessAccessPointInfo> ScanWirelessAccessPoints(
	int scanIterations
)
Function ScanWirelessAccessPoints ( 
	scanIterations As Integer
) As List(Of WirelessAccessPointInfo)
List<WirelessAccessPointInfo^>^ ScanWirelessAccessPoints(
	int scanIterations
)
Parameters
- scanIterations
 - Type: SystemInt32
Number of scan iterations. 
Return Value
Type: 
ListWirelessAccessPointInfoA 
List of available 
WirelessAccessPointInfo objects.
Exceptions
See Also