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

From wizarPOS
No edit summary
No edit summary
Line 9: Line 9:
* ONLYMOBILE, only use Mobile traffic at this time.
* ONLYMOBILE, only use Mobile traffic at this time.
* 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]

Revision as of 08:49, 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 [1]