C# 클래스 Gurux.DLMS.GXDLMSXmlSettings

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

공개 프로퍼티들

프로퍼티 타입 설명
attributeDescriptor GXByteBuffer
command Command
count int
data GXByteBuffer
diagnostic SourceDiagnostic
reason ReleaseRequestReason
requestType byte
result AssociationResult
settings GXDLMSSettings
showStringAsHex bool
tags int>.SortedList
time GXDateTime

공개 메소드들

메소드 설명
GXDLMSXmlSettings ( TranslatorOutputType type, bool numericsAsHex, bool hex, int>.SortedList list ) : Gurux.DLMS.Enums

Constructor.

ParseInt ( string value ) : int
ParseLong ( String value ) : long
ParseShort ( string value ) : short
ParseULong ( String value ) : System.UInt64

메소드 상세

GXDLMSXmlSettings() 공개 메소드

Constructor.
public GXDLMSXmlSettings ( TranslatorOutputType type, bool numericsAsHex, bool hex, int>.SortedList list ) : Gurux.DLMS.Enums
type TranslatorOutputType
numericsAsHex bool
hex bool
list int>.SortedList
리턴 Gurux.DLMS.Enums

ParseInt() 공개 메소드

public ParseInt ( string value ) : int
value string
리턴 int

ParseLong() 공개 메소드

public ParseLong ( String value ) : long
value String
리턴 long

ParseShort() 공개 메소드

public ParseShort ( string value ) : short
value string
리턴 short

ParseULong() 공개 메소드

public ParseULong ( String value ) : System.UInt64
value String
리턴 System.UInt64

프로퍼티 상세

attributeDescriptor 공개적으로 프로퍼티

public GXByteBuffer,Gurux.DLMS attributeDescriptor
리턴 GXByteBuffer

command 공개적으로 프로퍼티

public Command command
리턴 Command

count 공개적으로 프로퍼티

public int count
리턴 int

data 공개적으로 프로퍼티

public GXByteBuffer,Gurux.DLMS data
리턴 GXByteBuffer

diagnostic 공개적으로 프로퍼티

public SourceDiagnostic diagnostic
리턴 SourceDiagnostic

reason 공개적으로 프로퍼티

public ReleaseRequestReason reason
리턴 ReleaseRequestReason

requestType 공개적으로 프로퍼티

public byte requestType
리턴 byte

result 공개적으로 프로퍼티

public AssociationResult result
리턴 AssociationResult

settings 공개적으로 프로퍼티

public GXDLMSSettings,Gurux.DLMS settings
리턴 GXDLMSSettings

showStringAsHex 공개적으로 프로퍼티

public bool showStringAsHex
리턴 bool

tags 공개적으로 프로퍼티

public SortedList tags
리턴 int>.SortedList

time 공개적으로 프로퍼티

public GXDateTime,Gurux.DLMS time
리턴 GXDateTime