public class WirelessNetworkInfo extends Object
Modifier and Type | Field and Description |
---|---|
String |
address
IP address.
|
String |
bssid
BSSID.
|
Byte |
channel
Channel.
|
String |
country
Country.
|
WirelessCryptoType |
cryptoType
Wireless cryptographic security type
WirelessCryptoType |
Boolean |
dhcpEnabled
Indicates whether DHCP is enabled.
|
String |
gateway
Gateway.
|
String |
macAddress
MAC address.
|
Boolean |
radioEnabled
Indicates if the printer's wireless radio is enabled.
|
WirelessSecurityType |
securityType
Wireless security type
WirelessSecurityType |
Boolean |
snmpEnabled
Indicates whether SNMP is enabled.
|
String |
ssid
SSID.
|
String |
subnetMask
Subnet mask.
|
Object |
wirelessKey
Wireless key (Write Only).
|
Constructor and Description |
---|
WirelessNetworkInfo()
Instantiates the WirelessNetworkInfo class
|
public Boolean dhcpEnabled
public Boolean radioEnabled
public Boolean snmpEnabled
public Byte channel
public String country
public String gateway
public String address
public String macAddress
public String ssid
public String bssid
public String subnetMask
public Object wirelessKey
public WirelessCryptoType cryptoType
WirelessCryptoType
public WirelessSecurityType securityType
WirelessSecurityType
© 2016 ZIH Corp. All Rights Reserved.