How to Set the Terminal's Communication Mode: Difference between revisions

From wizarPOS
No edit summary
No edit summary
Line 10: Line 10:
* ONLYETHERNET, only use Ethernet at this time.
* ONLYETHERNET, only use Ethernet at this time.


See also [https://developer.android.com/reference/android/net/ConnectivityManager#CONNECTIVITY_ACTION]
See also [https://developer.android.com/reference/android/net/ConnectivityManager#CONNECTIVITY_ACTION ConnectivityManager#CONNECTIVITY_ACTION(from Android developer)]

Revision as of 08:50, 25 May 2022

With the demo, you can select the communication mode for this communication or for all the communication of the application.

The user interface settings in demo are described as follows:

  • Default, the application uses the system's default communication model
  • WIFI, the application uses WiFi
  • ETHERNET, the application uses Ethernet
  • MOBILE, the application uses Mobile traffic
  • ONLYWIFI, only use WiFi at this time.
  • ONLYMOBILE, only use Mobile traffic at this time.
  • ONLYETHERNET, only use Ethernet at this time.

See also ConnectivityManager#CONNECTIVITY_ACTION(from Android developer)