| Package | Description |
|---|---|
| com.cloudpos.advance.ext.system |
This package provides access to high-level APIs for system operations.
|
| com.cloudpos.advance.ext.system.network |
This package provides access to high-level APIs for Network device operations.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ISystemDevice.setWifiStaticIp(String ssid,
IpBean ipBean)
set the Wi-Fi static IP.
|
| Modifier and Type | Method and Description |
|---|---|
IpBean |
IEthernetDevice.getStaticIp() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IEthernetDevice.setStaticIp(IpBean ipBean)
set the Ethernet static IP.
|