C# 클래스 Gurux.DLMS.GXReplyData

파일 보기 프로젝트 열기: Gurux/Gurux.DLMS.Net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GXReplyData System

공개 메소드들

메소드 설명
Clear ( ) : void

Reset data values to default.

GXReplyData ( ) : System

Constructor.

ToString ( ) : string

Get content of reply data as string.

비공개 메소드들

메소드 설명
GXReplyData ( RequestTypes more, Command cmd, GXByteBuffer buff, bool complete, byte error ) : System

Constructor.

메소드 상세

Clear() 공개 메소드

Reset data values to default.
public Clear ( ) : void
리턴 void

GXReplyData() 공개 메소드

Constructor.
public GXReplyData ( ) : System
리턴 System

ToString() 공개 메소드

Get content of reply data as string.
public ToString ( ) : string
리턴 string