Inetkid.IO.Hashing.Crc16
1.2.0
dotnet add package Inetkid.IO.Hashing.Crc16 --version 1.2.0
NuGet\Install-Package Inetkid.IO.Hashing.Crc16 -Version 1.2.0
<PackageReference Include="Inetkid.IO.Hashing.Crc16" Version="1.2.0" />
paket add Inetkid.IO.Hashing.Crc16 --version 1.2.0
#r "nuget: Inetkid.IO.Hashing.Crc16, 1.2.0"
// Install Inetkid.IO.Hashing.Crc16 as a Cake Addin #addin nuget:?package=Inetkid.IO.Hashing.Crc16&version=1.2.0 // Install Inetkid.IO.Hashing.Crc16 as a Cake Tool #tool nuget:?package=Inetkid.IO.Hashing.Crc16&version=1.2.0
CRC16 Hash Stream
On the fly System.IO.Stream generation of Cyclic Redundancy Check 16 bits for .net 6.0. Target .NET Standard 2.1. Written in C# for Microsoft Visual Studio 2022.
Installing
dotnet add package Inetkid.IO.Hashing.Crc16
Usage
byte[] buffer = { 1, 2, 3 };
System.IO.MemoryStream ms = new System.IO.MemoryStream();
Inetkid.IO.Hashing.Crc16 outStream = new Inetkid.IO.Hashing.Crc16(ms);
outStream.Write(buffer, 0, buffer.length);
Console.WriteLine(outStream.WriteCrc);
License
Copyright 2023 Raymond Tan.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Contributing
You are welcomed to improve the code. Please visit https://gitlab.com/inetkid/inetkid.modbus
Targets .net 6 and above. Written in C# for Microsoft Visual Studio 2022.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Inetkid.IO.Hashing.Crc16:
Package | Downloads |
---|---|
Inetkid.Modbus.Rtu
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.