C# Class GSF.COMTRADE.AnalogChannel

Represents an analog channel definition of the Schema.
ファイルを表示 Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Methods

Method Description
AnalogChannel ( ) : System

Creates a new instance of the AnalogChannel.

AnalogChannel ( string lineImage ) : System

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

ToString ( ) : string

Converts AnalogChannel to its string format.

Method Details

AnalogChannel() public method

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

AnalogChannel() public method

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

ToString() public method

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