C# 클래스 Gurux.DLMS.GXDLMSLongTransaction

Long get or set information is saved here.
파일 보기 프로젝트 열기: Gurux/Gurux.DLMS.Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
command Command
data GXByteBuffer
targets Gurux.DLMS.ValueEventArgs[]

공개 메소드들

메소드 설명
GXDLMSLongTransaction ( ValueEventArgs forTargets, Command forCommand, GXByteBuffer forData )

Constructor.

메소드 상세

GXDLMSLongTransaction() 공개 메소드

Constructor.
public GXDLMSLongTransaction ( ValueEventArgs forTargets, Command forCommand, GXByteBuffer forData )
forTargets ValueEventArgs
forCommand Command
forData GXByteBuffer

프로퍼티 상세

command 공개적으로 프로퍼티

Executed command.
public Command command
리턴 Command

data 공개적으로 프로퍼티

Extra data from PDU.
public GXByteBuffer,Gurux.DLMS data
리턴 GXByteBuffer

targets 공개적으로 프로퍼티

Targets.
public ValueEventArgs[],Gurux.DLMS targets
리턴 Gurux.DLMS.ValueEventArgs[]