Scan any barcode for more information.
ALL STANDARD FORMATS
The program supports all common barcode formats: QR, Data Matrix, Aztec, UPC, EAN, Code 39 and many others.
MINIMUM PERMISSIONS
Scan images without having to access your device's memory.
This application is designed to interact with the 1C mobile application to obtain the value of the brand of marked products (Honest sign).
Usage example:
MobileDeviceAppLaunch = New MobileDeviceAppLaunch("com.antizilis.barcodescanner.SCAN");
ScanResult = StartMobileDeviceApplication.Start(True);
If ScanResult = -1 Then
Value = StartApplicationMobileDevice.AdditionalData.Get("SCAN_RESULT").Value;
EndIf;
ALL STANDARD FORMATS
The program supports all common barcode formats: QR, Data Matrix, Aztec, UPC, EAN, Code 39 and many others.
MINIMUM PERMISSIONS
Scan images without having to access your device's memory.
This application is designed to interact with the 1C mobile application to obtain the value of the brand of marked products (Honest sign).
Usage example:
MobileDeviceAppLaunch = New MobileDeviceAppLaunch("com.antizilis.barcodescanner.SCAN");
ScanResult = StartMobileDeviceApplication.Start(True);
If ScanResult = -1 Then
Value = StartApplicationMobileDevice.AdditionalData.Get("SCAN_RESULT").Value;
EndIf;
Show More