C# Class GSF.COMTRADE.DigitalChannel

Represents a digital channel definition of the Schema.
Datei anzeigen Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Methods

Method Description
DigitalChannel ( ) : System

Creates a new instance of the DigitalChannel.

DigitalChannel ( string lineImage ) : System

Creates a new instance of the DigitalChannel from an existing line image.

ToString ( ) : string

Converts DigitalChannel to its string format.

Method Details

DigitalChannel() public method

Creates a new instance of the DigitalChannel.
public DigitalChannel ( ) : System
return System

DigitalChannel() public method

Creates a new instance of the DigitalChannel from an existing line image.
public DigitalChannel ( string lineImage ) : System
lineImage string Line image to parse.
return System

ToString() public method

Converts DigitalChannel to its string format.
public ToString ( ) : string
return string