Logo white

杜方 / CYTAndroid4.0

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CYTAndroid4.0
  • src
  • aidl
  • com
  • ectrip
  • scanbarcode_jp
  • IScan.aidl
  • 标准版本 1.扩展设备8 2.修复统计弹框在设备不支持时弹出
    c05c7a9b
    黄灿宏 authored
    2023-11-13 09:11:51 +0800  
    Browse Code »
IScan.aidl 173 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10
package com.ectrip.scanbarcode_jp;

interface IScan{
	//初始化扫描头
    	void initEngine();
    	//扫描
    	String scan();
    	//关闭扫描
    	void close();
}