Android Question Using Barcode in ZKC PDA

Ferpo

Member
Licensed User
Longtime User
I have a PDA 3503 by ZKC and I can't do a wrapper from SDK.
I only need on / off the scanner
Is possible do it?
I could use broadcast option but not other options
I need write this in B4A
  1. boolean flg=true;//true or false
  2. Intent intentBroadcast = new Intent();
  3. intentBroadcast.setAction("com.zkc.scan");
  4. intentBroadcast.putExtra("scan_power", flg);
  5. mContext.sendBroadcast(intentBroadcast);
And, Do I need put something in manifest?
I have this link with information about how use the SDK

http://doc.szzkc.com/index.php?s=/3&page_id=30
 

DonManfred

Expert
Licensed User
Longtime User
The site only shows "graphics" for me. I cant read chinese.
Is the documentation available in english?
 
Upvote 0
Top