public interface IEthernetDevice extends IAdvanceDevice
Modifier and Type | Method and Description |
---|---|
IpBean |
getStaticIp() |
boolean |
isEnabledEthernet()
Is enable Ethernet : enable or disable.
|
boolean |
isStaticIp()
Check the current Ethernet IP status.
|
void |
setEthernet(boolean enable)
enable/disable Ethernet device
|
boolean |
setStaticIp(IpBean ipBean)
set the Ethernet static IP.
|
close, isOpened, open
IpBean getStaticIp() throws DeviceException
DeviceException
boolean isEnabledEthernet() throws DeviceException
DeviceException
boolean isStaticIp() throws DeviceException
DeviceException
void setEthernet(boolean enable) throws DeviceException
enable:
- true, open Ethernet; false, close Ethernet.DeviceException
boolean setStaticIp(IpBean ipBean) throws DeviceException
DeviceException