.NET Framework API

Help Contents

Introduction

The .NET Framework API is a set of classes to allow programs written in the CLR languages to access a Fernhill SCADA Server:

Fernhill SCADA Application Interfaces

Using the .NET Framework API you can:

.NET Data Provider

The FernhillSoftware.Data.FernhillScadaClient namespace is a .NET Data Provider. The .NET Data Provider supports these objects to access data in Fernhill SCADA:

ObjectDescription
Connection Establishes a connection to a Fernhill SCADA Server.
ConnectionStringBuilder An object that provides a simple way to create a connection string used by the Connection objects
Command Executes a command on a Fernhill SCADA Server.
DataReader Reads a stream of data from a Fernhill SCADA Server.
Parameter Defines an input parameter to a Command.
ParameterCollection A collection of parameters to use with a Command.

Further Information

.NET API Download.

For a link to download the .NET API.