DataSet Class

Structure defined in IEC protocol.

Definition

Namespace: OddPrg.Protocols.Flag1
Assembly: OddPrg.Frames.Flag (in OddPrg.Frames.Flag.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class DataSet
Inheritance
Object    DataSet

Constructors

DataSet Initializes a new instance of object.

Properties

Address Address.
Unit Unit
Value Value

Methods

Create Creates the string value of the data set.
Create(String, String, String, Int32) Creates data set for required values. Splits the fields into more data sets if they are too long for the maxLength.
GetLength Gets lenght of the string value of the data set.
Parse Interprets the string data as data sets.

See Also