cilico.iot.scan 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package cilico.iot.scan --version 1.0.2
NuGet\Install-Package cilico.iot.scan -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="cilico.iot.scan" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add cilico.iot.scan --version 1.0.2
#r "nuget: cilico.iot.scan, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install cilico.iot.scan as a Cake Addin
#addin nuget:?package=cilico.iot.scan&version=1.0.2

// Install cilico.iot.scan as a Cake Tool
#tool nuget:?package=cilico.iot.scan&version=1.0.2

cilico IOT Barcode scanning SDK.

Note: The SDK requires WRITE_SETTINGS permission

example:

        private void ScanSetting()
        {

            // 0 : fast; 1 : slow; 2 : broadcast
            int scanmode = ScanHelper.GetBarcodeReceiveModel(this);

            try
            {
                if (scanmode != 2)
                {
                    ScanHelper.SetBarcodeReceiveModel(this, 2);
                }
            }
            catch (Exception e)
            {
                Log.Error(TAG, "Error modifying system settings", e);
            }
        }
Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.2 141 5/30/2023
2.0.1 122 5/30/2023
2.0.0 121 5/30/2023
1.0.4 124 5/30/2023
1.0.2 110 5/15/2023

update README.md