SnsSharp 2.1.2

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

1、 文件读写( Txt、 Ini、 Bin、 Xml,Json,Csv,Log,Avi,16位Tiff )。
2、 精准定时器。
3、 通信(串口、TCP、UDP ),可识别通信的连接状态,服务端和客户端没启动顺
序的要求, 支持断线重连。
4、 线程(循环线程、多线程)支持多线程并发处理, 适用于执行比较耗时的功能。
5、图像高效显示,支持图像缩放和平移,支持图像预览框调节图像显示区域。
6、鼠标键盘全局热键。
7、文件拖拽响应事件。
8、相机采集基类。

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.

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.1.2 197 3/18/2025
2.0.6 263 10/27/2024
2.0.5 217 9/20/2024
2.0.4 240 8/9/2024
2.0.3 169 8/1/2024
2.0.2 190 7/17/2024
2.0.1 268 7/8/2024
1.5.0 229 11/30/2023
1.4.0 273 9/14/2023
1.3.0 176 8/28/2023
1.2.0 221 8/3/2023

1、【SnsPictureBox】新增功能:新增点、线段、圆、折线、多边形、填充矩形、填充圆、填充多边形、测量尺的绘制类。
2、【SnsSharp】新增功能:通信类新增心跳周期参数和接收数据按指定字符串或字节数据分割功能。