How to Enable and Disable Ethernet Connectivity: Difference between revisions

From wizarPOS
(Created page with "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...")
 
(No difference)

Revision as of 20:35, 5 January 2024

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.

API Overview

enableEthernet

void enableEthernet(boolean enable);

Open or close Ethernet.

Parameters
enable boolean: true, open etherent, false, close ethernet.

getEthernetStatus

boolean getEthernetStatus();

true, open ethernet; false, close ethernet.

Returns
boolean true or false.

Download

AIDL

Please download the AIDL

Demo

Please download the demo