Skyline.DataMiner.Core.ConnectivityFramework.Protocol 1.0.4

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Skyline.DataMiner.Core.ConnectivityFramework.Protocol --version 1.0.4
NuGet\Install-Package Skyline.DataMiner.Core.ConnectivityFramework.Protocol -Version 1.0.4
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="Skyline.DataMiner.Core.ConnectivityFramework.Protocol" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Skyline.DataMiner.Core.ConnectivityFramework.Protocol --version 1.0.4
#r "nuget: Skyline.DataMiner.Core.ConnectivityFramework.Protocol, 1.0.4"
#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.
// Install Skyline.DataMiner.Core.ConnectivityFramework.Protocol as a Cake Addin
#addin nuget:?package=Skyline.DataMiner.Core.ConnectivityFramework.Protocol&version=1.0.4

// Install Skyline.DataMiner.Core.ConnectivityFramework.Protocol as a Cake Tool
#tool nuget:?package=Skyline.DataMiner.Core.ConnectivityFramework.Protocol&version=1.0.4

Protocol

About

This package contains helper code allowing to easily manage DCF (DataMiner Connectivity Framework) connections from a protocol. For more information about DCF, see DataMiner Connectivity Framework. The generated NuGet package can be found on nuget.org.

About DataMiner

DataMiner is a transformational platform that provides vendor-independent control and monitoring of devices and services. Out of the box and by design, it addresses key challenges such as security, complexity, multi-cloud, and much more. It has a pronounced open architecture and powerful capabilities enabling users to evolve easily and continuously.

The foundation of DataMiner is its powerful and versatile data acquisition and control layer. With DataMiner, there are no restrictions to what data users can access. Data sources may reside on premises, in the cloud, or in a hybrid setup.

A unique catalog of 7000+ connectors already exist. In addition, you can leverage DataMiner Development Packages to build you own connectors (also known as "protocols" or "drivers").

Note See also: About DataMiner.

About Skyline Communications

At Skyline Communications, we deal in world-class solutions that are deployed by leading companies around the globe. Check out our proven track record and see how we make our customers' lives easier by empowering them to take their operations to the next level.

Migrating your code from legacy DCFHelper in Precompiled QAction

- Replace All: DCFHelper  with DcfHelper
- Replace DCFMappingOptions
	- If EndOfPolling was used: DcfRemovalOptionsAuto
	- If Custom was used: DcfRemovalOptionsManual
	- If BufferSync was used: DcfRemovalOptionsBuffer
- Remove the line with SyncOption.
- Replace DCFSaveConnectionResult with DcfSaveConnectionResult
- Replace DCFSaveConnectionRequest with DcfSaveConnectionRequest
- Replace DCFDynamicLink  with  DcfInterfaceFilterSingle  or DcfInterfaceFilterMulti
	- Single, when used in SaveConnections
	- Multi or single when used in GetInterfaces (will need a manual check to see what you need to change here)
- Saving Connection Properties has changed a lot:
	- It can now be added to the DcfSaveConnectionRequest object
	- It uses DcfSaveConnectionPropertyRequest objects
- If DVEColumn or External is used to do startup checks, this can be removed
All Startup checks are handled 'Lazy' as the code runs, it will make sure to check for startup when it's needed
Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  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.

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
1.0.4 108 2/2/2024
1.0.3 142 1/11/2024
1.0.2 99 1/4/2024
1.0.1 151 12/5/2023