GoSyncICReaderPlugin 1.0.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package GoSyncICReaderPlugin --version 1.0.1
                    
NuGet\Install-Package GoSyncICReaderPlugin -Version 1.0.1
                    
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="GoSyncICReaderPlugin" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GoSyncICReaderPlugin" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="GoSyncICReaderPlugin" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GoSyncICReaderPlugin --version 1.0.1
                    
#r "nuget: GoSyncICReaderPlugin, 1.0.1"
                    
#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.
#:package GoSyncICReaderPlugin@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GoSyncICReaderPlugin&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=GoSyncICReaderPlugin&version=1.0.1
                    
Install as a Cake Tool

Malaysian IC Reader Integration Plugin

FOR INTERNAL USE ONLY

This is a plugin package designed to integrate with a smart card reader device to read Malaysian Identification Cards (IC).

Features

  • Read and parse data from Malaysian ICs.
  • Easy integration with IC card reader devices.

Installation

To install the plugin, use the following command in the NuGet Package Manager Console:

Install-Package GoSyncIcReaderPlugin

Or via the .NET CLI:

dotnet add package GoSyncIcReaderPlugin

Usage

Below is a simple example of how to use the plugin:

using GoSyncIcReaderPlugin;

// Initialize the smart card reader
var reader = new IcReader();

// Connect to the IC reader
reader.Connect();

// Read data from the Malaysian IC
var icData = reader.ReadDataAsync();

// Display the data
Console.WriteLine($"Name: {icData}");

License

This project is licensed under a commercial license. See the LICENSE.txt file for more details.

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
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