TS800_60GetWiFiApList Method  | 
 
 Gets a list of Wi-Fi access point names.
 
 
    Namespace: 
   com.gigatms
    Assembly:
   GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic List<string> GetWiFiApList()
Public Function GetWiFiApList As List(Of String)
public:
List<String^>^ GetWiFiApList()
Return Value
Type: 
ListStringA list of string type that contains access point information.
See Also