How to Activate the Portable Hotspot on a Smart POS Terminal: Difference between revisions

From wizarPOS
No edit summary
(Replaced content with "{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/sim-ethenet-wifi/activate-pos-hotspot}}")
Tag: Replaced
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Special Method For Q2 with Android 6 ==
{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/sim-ethenet-wifi/activate-pos-hotspot}}
Here is [http://ftp.wizarpos.com/advanceSDK/HotspotConfig.zip a demo] of turning on the portable hotspot by application.
== Common Method For All POS ==
=== API ===
==== <big>Start</big> ====
  <syntaxhighlight lang="java">boolean startWifiAp(String wifiApName, String wifiApPassword, String wifiApSecurityKeyManagement)</syntaxhighlight >
Start Wifi AP.
{|class="wizarpostable"
|-
! scope="row" colspan="2" | Parameters
|-
| wifiApName || '''String:''' WLAN hotspot network name;
|-
| wifiApPassword || '''String:''' WLAN hotspot password;
|-
| wifiApSecurityKeyManagement || '''String:''' WLAN hotspot security: String None = "0", String WPA2_PSK = "4";
|}
{|
|-
|}
{|class="wizarpostable"
|-
! scope="row" colspan="2" | Returns
|-
| boolean || true or false
|}
 
==== <big>Stop</big> ====
  <syntaxhighlight lang="java">boolean stopWifiAp()</syntaxhighlight >
Stop Wifi AP.
{|class="wizarpostable"
|-
! scope="row" colspan="2" | Returns
|-
| boolean || true or false
|}
=== System APK ===
The API is provided by the [http://ftp.wizarpos.com/advanceSDK/WifiApHelper-release-q1_platform.apk system APK], please install it before testing the API.
=== Demo ===
Here is [http://ftp.wizarpos.com/advanceSDK/HotspotConfigClient.zip the demo].

Latest revision as of 09:04, 7 April 2024

Please visit new link of same subject:

https://smartpossdk.gitbook.io/cloudpossdk/faq/sim-ethenet-wifi/activate-pos-hotspot

We're making a move! Our site's content is migrating to a new URL, to provide you with an enhanced browsing experience. Please update your bookmarks accordingly. Thank you for your continuous support!