IEC 61850 .NET API  1.2.0
IEC 61850 .NET API for libiec61850 protocol library
IEC61850.Client.DataSet Class Reference

This class is used to represent a data set. It is used to store the values of a data set. More...

Public Member Functions

string GetReference ()
 Gets the object reference of the data set More...
 
MmsValue GetValues ()
 Gets the values associated with the data set object More...
 
int GetSize ()
 Gets the number of elements of the data set More...
 

Package Functions

 DataSet (IntPtr nativeObject)
 
IntPtr getNativeInstance ()
 

Detailed Description

This class is used to represent a data set. It is used to store the values of a data set.

Member Function Documentation

string IEC61850.Client.DataSet.GetReference ( )

Gets the object reference of the data set

Returns
object reference.
int IEC61850.Client.DataSet.GetSize ( )

Gets the number of elements of the data set

Returns
the number of elementes (data set members)
MmsValue IEC61850.Client.DataSet.GetValues ( )

Gets the values associated with the data set object

This function will return the locally stored values associated with the data set. These are the values received by the last request to the server. A call to this method doesn't invoke a request to the server!

Returns
The locally stored values of the data set (as MmsValue instance of type MMS_ARRAY)

The documentation for this class was generated from the following file: