The .NET Framework API is a set of classes to allow programs written in the CLR languages to access a Fernhill SCADA Server:
Using the .NET Framework API you can:
The FernhillSoftware.Data.FernhillScadaClient namespace is a .NET Data Provider. The .NET Data Provider supports these objects to access data in Fernhill SCADA:
Object | Description |
---|---|
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. |
For a link to download the .NET API.