How to Write Customer Serial Numbers (SN): Difference between revisions

From wizarPOS
(Created page with "The system provides the AIDL interface to write customer SN. When connect the service, the package name is '''com.wizarpos.system.settings''', and the class name is '''com.wiz...")
 
No edit summary
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
The system provides the AIDL interface to write customer SN. When connect the service, the package name is '''com.wizarpos.system.settings''', and the class name is '''com.wizarpos.system.settings.service.CustomSnApiService'''.
{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/firmware/write-customer-serial-numbers}}
== Permission ==
Please add this permission, android.permission.CLOUDPOS_UPDATE_CUSTOM_SERIAL_NUMBER
== API Overview ==
=== <big>writerSn</big>===
  <syntaxhighlight lang="java">int writerSn(String sn);</syntaxhighlight>
Write customer SN.
 
{|class="wizarpostable"
|-
! scope="row" colspan="2" | Parameters
|-
| String || customer SN
|}
 
{|class="wizarpostable"
|-
!  scope="row" colspan="2" | Returns
|-
|  int|| Result.
|}
 
== Download ==
Please download the [http://ftp.wizarpos.com/advanceSDK/ICustomSnApi.aidl AIDL file].

Latest revision as of 08:43, 7 April 2024

Please visit new link of same subject:

https://smartpossdk.gitbook.io/cloudpossdk/faq/firmware/write-customer-serial-numbers

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!