Skyline.DataMiner.Core.InterAppCalls.Common 1.0.0.3

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.InterAppCalls.Common --version 1.0.0.3
NuGet\Install-Package Skyline.DataMiner.Core.InterAppCalls.Common -Version 1.0.0.3
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.InterAppCalls.Common" Version="1.0.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Skyline.DataMiner.Core.InterAppCalls.Common --version 1.0.0.3
#r "nuget: Skyline.DataMiner.Core.InterAppCalls.Common, 1.0.0.3"
#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.InterAppCalls.Common as a Cake Addin
#addin nuget:?package=Skyline.DataMiner.Core.InterAppCalls.Common&version=1.0.0.3

// Install Skyline.DataMiner.Core.InterAppCalls.Common as a Cake Tool
#tool nuget:?package=Skyline.DataMiner.Core.InterAppCalls.Common&version=1.0.0.3

Skyline.DataMiner.Core.InterAppCalls

About

About Skyline.DataMiner.Core.InterAppCalls

Skyline.DataMiner.Core.InterAppCalls is a NuGet available in the public nuget store that contain assemblies that enhance development of DataMiner protocols or Automation scripts.

These allow the developer to use a command-pattern framework to create detailed and complex messages to be sent to Elements in a DataMiner system.

Documentation: InterAppCalls

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 several public NuGets to build you own connectors (also known as "protocols" or "drivers").

[!TIP] 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.

Requirements

The "DataMiner Integration Studio" Visual Studio extension is required for development of connectors and Automation scripts using NuGets.

See Installing DataMiner Integration Studio

[!IMPORTANT] NuGets are mandatory to be installed with PackageReferences. DIS was redesigned to work with PackageReferences and be future-proof.

For more information on how to migrate from packages.config to PackageReferences, see docs.microsoft.com.

Getting started

DIS includes several snippets to allow an easy start with these libraries.

The following code snippet shortcuts are available and can be autocompleted:

  • clSendInterApp

    Sends one or more messages packaged in an instance of the InterApp class to an element in the DataMiner system.

  • clSendInterAppWithResponse

    Sends one or more messages packaged in an instance of the InterApp class to an element in the DataMiner system. This call will also block until a response has been received.

  • clRetrieveInterApp

    Retrieves and deserializes a received call on the destination side.

  • clMessage

    Your own message type extending the basic Message used in the framework.

  • clExecutor

    An executor (aka Service) that can handle a specific message type and will be run when triggering message.Execute();

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 (10)

Showing the top 5 NuGet packages that depend on Skyline.DataMiner.Core.InterAppCalls.Common:

Package Downloads
Skyline.DataMiner.ConnectorAPI.SDP The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This solution holds the connector API (Inter-App Calls/Messages) for DataMiner elements supporting SDP patching.

Skyline.DataMiner.ConnectorAPI.EVS.IPD-VIA The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Contains classes for InterApp communication with the EVS IPD-VIA protocol.

Skyline.DataMiner.ConnectorAPI.YLE.OrderManager The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Contains classes for InterApp communication with the Order Manager.

Skyline.DataMiner.ConnectorAPI.BridgeTechnologies.VBProbeSeries_BTStrobeManager The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Connector API (Inter-App Calls/Messages) specific to the BT Strobe Manager for DataMiner elements running the 'Bridge Technologies VB Prove Series' connector.

Skyline.DataMiner.Utils.ConnectorAPI.Techex.MWCore The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This NuGet package contains assemblies that enhance development of InterApp communication for the Techex MWCore protocol. This contains all the necessary models to generate messages for creating or deleting Streams/Inputs/Outputs on MWCore.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.3 7,723 12/22/2023
1.0.0.2 13,261 5/12/2023
1.0.0.1 2,052 1/18/2023