public class SaveNetworkReq
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
bssid
BSSID of the network to be saved.
|
int |
index
Current index of the network to be saved.
|
java.lang.String |
psk
Password of the network to be saved.
|
int |
security
Network security type.
|
java.lang.String |
ssid
SSID of the network to be saved.
|
| Constructor and Description |
|---|
SaveNetworkReq() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encode() |
public java.lang.String ssid
public byte[] bssid
public java.lang.String psk
public int security
public int index