public class TS100Scanner extends UHFScanner
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TS100 |
Constructor and Description |
---|
TS100Scanner(android.content.Context context,
ScannerCallback scannerCallback,
CommunicationType type)
Creates a
TS100Scanner
for user to scan UR0250 of Gigatms |
setClassVersion
getCurrentCommunicationType, onDestroy, onScanStop, setCommunicationType, setScanDebugCallback, startScan, startScan, stopScan
public static final java.lang.String TS100
public TS100Scanner(android.content.Context context, ScannerCallback scannerCallback, CommunicationType type)
TS100Scanner
for user to scan UR0250 of Gigatmscontext
- The context of the Application.scannerCallback
- Set a ScannerCallback
for UHFScanner
.type
- Set the CommunicationType
of UHFScanner
.