Enable/Disable Ethernet
Last updated
Last updated
The system provides the AIDL interface to enable/disable ethernet, When connect the service, the package name is com.wizarpos.wizarviewagentassistant, and the class name is com.wizarpos.wizarviewagentassistant.Eth0MgrService. When the application uses the interface, it must import wizarviewagentassistant.
Version of wizarviewagentassistant should equal or larger than 2.10.60.
Enable or disable Ethernet.
enable
for the ethernet setting, a boolean value is used: true enables ethernet, while false disables it.
true, enable ethernet; false, disable ethernet.
boolean
a boolean representation of the result.
true if success. false if failure.
Please download the
Please download the