Class JAccessPoint
- java.lang.Object
-
- com.zeroc.Ice.Value
-
- io.github.incplusplus.simplewifijava.generated.WiFiApi.JAccessPoint
-
- All Implemented Interfaces:
Serializable,Cloneable
public class JAccessPoint extends com.zeroc.Ice.Value- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringauthAlgorithmprotected StringbssTypeprotected StringcipherAlgorithmprotected booleanconnectableprotected StringinterfaceNameprotected Stringnameprotected intsignalStrengthprotected StringwlanNotConnectableReason
-
Constructor Summary
Constructors Constructor Description JAccessPoint()JAccessPoint(String name, int signalStrength, String interfaceName, boolean connectable, String wlanNotConnectableReason, String authAlgorithm, String cipherAlgorithm, String bssType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description JAccessPointclone()Stringice_id()static Stringice_staticId()
-
-
-
Field Detail
-
name
protected String name
-
signalStrength
protected int signalStrength
-
interfaceName
protected String interfaceName
-
connectable
protected boolean connectable
-
wlanNotConnectableReason
protected String wlanNotConnectableReason
-
authAlgorithm
protected String authAlgorithm
-
cipherAlgorithm
protected String cipherAlgorithm
-
bssType
protected String bssType
-
-
Method Detail
-
clone
public JAccessPoint clone()
- Overrides:
clonein classcom.zeroc.Ice.Value
-
ice_staticId
public static String ice_staticId()
-
ice_id
public String ice_id()
- Overrides:
ice_idin classcom.zeroc.Ice.Value
-
-