Overview
The library provides various helpful classes for multiple .NET platforms (Windows, Xamarin.iOS and Xamarin.Android).
The library is divided into various assembly's. The following table gives an overview what assembly's contain what namespaces.
Assembly | Namespaces | Type | Description |
---|---|---|---|
Arendi.DotNETLibrary | Arendi.DotNETLibrary Arendi.DotNETLibrary.Communication.Serial.Driver Arendi.DotNETLibrary.Communication.Serial.Protocol Arendi.DotNETLibrary.Crc Arendi.DotNETLibrary.Extensions Arendi.DotNETLibrary.Log Arendi.DotNETLibrary.Utility |
.NET Standard 1.0 | Core component with all common classes. |
Arendi.DotNETLibrary.Log.Android | Arendi.DotNETLibrary.Log.Android | Xamarin.Android | Log adapter for Android |
Arendi.DotNETLibrary.Log.iOS | Arendi.DotNETLibrary.Log.iOS | Xamarin.iOS | Log adapter for iOS |
Arendi.DotNETLibrary.Log.log4net | Arendi.DotNETLibrary.Log.log4net | .NET Framework 4.5 .NET Standard 2.0 |
Log adapter for use with log4net log backend |
Arendi.DotNETLibrary.Console | Arendi.DotNETLibrary.Console | .NET Framework 4.5 | Classes to implement a enhanced console application |
Arendi.DotNETLibrary.Serial.Comport | Arendi.DotNETLibrary.Serial.Comport | .NET Framework 4.5 .NET Standard 2.0 |
Serial communication over RS232 adapter |
Arendi.DotNETLibrary.Serial.HidLibrary | Arendi.DotNETLibrary.Serial.HidLibrary | .NET Framework 4.5 .NET Standard 2.0 |
Serial communication using HidLibrary |
Arendi.DotNETLibrary.Serial.HidSharp | Arendi.DotNETLibrary.Serial.HidSharp | .NET Framework 4.5 | Serial communication using HidSharp |