C# 클래스 GSF.COMTRADE.AnalogChannel

Represents an analog channel definition of the Schema.
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

AnalogChannel() 공개 메소드

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

AnalogChannel() 공개 메소드

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

ToString() 공개 메소드

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