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

From wizarPOS
No edit summary
No edit summary
 
Line 1: Line 1:
== System Interface for Customer SN ==
{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/firmware/write-customer-serial-numbers}}
* '''AIDL Interface:''' The system offers an AIDL interface to write customer SNs.
* '''Service Connection:'''
** '''Package Name:''' ''''com.wizarpos.system.settings''''
** '''Class Name:''' ''''com.wizarpos.system.settings.service.CustomSnApiService''''
== Required Permission ==
* '''Add Permission''': Include ''''android.permission.CLOUDPOS_UPDATE_CUSTOM_SERIAL_NUMBER'''' in your application to utilize this feature.
== API Usage ==
* '''API Function:''' ''''writerSn'''' is used for writing the customer serial number.
  <syntaxhighlight lang="java">int writerSn(String sn);</syntaxhighlight>
* '''Write customer SN:'''
{|class="wizarpostable"
|-
! scope="row" colspan="2" | Parameters
|-
| String || customer SN
|-
!  scope="row" colspan="2" | Returns
|-
|  int|| Result
|}
 
== File 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!