Click or drag to resize

WiFiAp Structure

Wi-Fi access point data. This class is used with the GetWiFiApDetailList method.

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.17.1.0 (2.17.1.0)
Syntax
public struct WiFiAp

The WiFiAp type exposes the following members.

Properties
  NameDescription
Public propertyRSSI
Wi-Fi access point signal strength.
Public propertySSID
Wi-Fi access point name.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also