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