How to Enable and Disable MTP: Difference between revisions

From wizarPOS
(Created page with "The system provides the AIDL interface to enable/disable MTP, When connect the service, the package name is '''com.wizarpos.wizarviewagentassistant''', and the class name is '...")
 
(Replaced content with "{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/firmware/enable-and-disable-mtp}}")
Tag: Replaced
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
The system provides the AIDL interface to enable/disable MTP, When connect the service, the package name is '''com.wizarpos.wizarviewagentassistant''', and the class name is '''com.wizarpos.wizarviewagentassistant.SystemExtApiService'''. When the application uses the interface, it must import wizarviewagentassistant.
{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/firmware/enable-and-disable-mtp}}
 
Version of wizarviewagentassistant should equal or larger than 2.10.60.
== API Overview ==
=== <big>enableMtp</big>===
  <syntaxhighlight lang="java">void enableMtp(boolean enable);</syntaxhighlight>
Enable or disable MTP.
 
{|class="wizarpostable"
|-
! scope="row" colspan="2" | Parameters
|-
| enable|| '''boolean:''' true, enable MTP, false, disable MTP.
|}
{|
|-
|}
=== <big>getMtpStatus</big>===
  <syntaxhighlight lang="java">boolean getMtpStatus();</syntaxhighlight>
true, enable; false, disable.
 
{|class="wizarpostable"
|-
!  scope="row" colspan="2" | Returns
|-
|  boolean || true or false.
|}
 
== Download ==
=== AIDL===
Please download the [http://ftp.wizarpos.com/advanceSDK/ISystemExtApi.aidl AIDL]
=== Demo ===
Please download the [http://ftp.wizarpos.com/advanceSDK/example_enableethernet_mtp_setlanguage.7z demo]

Latest revision as of 08:45, 7 April 2024

Please visit new link of same subject:

https://smartpossdk.gitbook.io/cloudpossdk/faq/firmware/enable-and-disable-mtp

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!