cswpc 0.2.23

dotnet add package cswpc --version 0.2.23
                    
NuGet\Install-Package cswpc -Version 0.2.23
                    
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="cswpc" Version="0.2.23" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="cswpc" Version="0.2.23" />
                    
Directory.Packages.props
<PackageReference Include="cswpc" />
                    
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 cswpc --version 0.2.23
                    
#r "nuget: cswpc, 0.2.23"
                    
#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 cswpc@0.2.23
                    
#: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=cswpc&version=0.2.23
                    
Install as a Cake Addin
#tool nuget:?package=cswpc&version=0.2.23
                    
Install as a Cake Tool

Overview

Welcome to WPC CSharp driver API documentation. It is an easy-to-use open-source tool for beginners.

We provide excellent example codes to help you quickly get started with our products, connecting code to real-world usage. This makes it a great way to learn.

Therefore, we highly recommend using our driver because it is simple to use. Just open, read/write, and close - allowing you to access or update data with ease.

Adding WPC CSharp driver to your toolkit not only simplifies tasks but also provides a practical learning experience that bridges theory and real-world application.

Last but not least, it is a valuable resource for both learning and working efficiently.

nuget Downloads NET Documentation License

Make sure the latest version of firmware is up to date with your products.

Install toolkit

This can be done either manually or through the NuGet package

PM> NuGet\Install-Package cswpc

or with dotnet cli:

dotnet add package cswpc

Quick Start

Easy, fast, and just works!

using WPC.Product;

// Get C# driver name
Console.WriteLine($"{Constant.PKG_NAME}");

// Get C# driver full name and version
Console.WriteLine($"{Constant.PKG_FULL_NAME} - Version {Constant.VERSION}");

// Get C# handle list
foreach (var item in Constant.HANDLE_LIST)
{
  Console.WriteLine($"{item}");
}

References

License

WPC CSharp driver is licensed under an MIT-style license see LICENSE. Other incorporated projects may be licensed under different licenses. All licenses allow for non-commercial and commercial use.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos 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
0.2.23 185 5/20/2024
0.2.18 158 4/1/2024
0.2.11 269 12/13/2023
0.2.10 178 12/4/2023
0.2.9 174 11/17/2023
0.2.5 214 9/6/2023
0.2.4 213 7/18/2023
0.2.3 223 7/17/2023
0.2.2 250 6/9/2023
0.2.1 227 6/5/2023
0.1.8 342 3/25/2023
0.1.7 329 3/9/2023
0.1.6 356 3/1/2023
0.1.5 399 1/19/2023
0.1.4 414 1/6/2023
0.1.3 426 12/13/2022
0.1.2 410 12/6/2022
0.1.1 434 12/1/2022
0.1.0 469 11/25/2022
0.0.13 474 11/18/2022
0.0.12 499 11/16/2022