C# 클래스 Gurux.DLMS.GXDLMSConverter

DLMS Converter is used to get string value for enumeration types.
파일 보기 프로젝트 열기: Gurux/Gurux.DLMS.Net 1 사용 예제들

공개 메소드들

메소드 설명
GetDescription ( String logicalName ) : String[]

Get OBIS code description.

GetDescription ( String logicalName, ObjectType type ) : String[]

Get OBIS code description.

GetDescription ( String logicalName, ObjectType type, String description ) : String[]

Get OBIS code description.

GetDescription ( String logicalName, String description ) : String[]

Get OBIS code description.

GetUnit ( Unit value ) : string

Returns unit text.

UpdateOBISCodeInformation ( GXDLMSObject target ) : void

Update standard OBIS codes description and type if defined.

UpdateOBISCodeInformation ( GXDLMSObjectCollection targets ) : void

Update standard OBIS codes descriptions and type if defined.

비공개 메소드들

메소드 설명
ReadStandardObisInfo ( GXStandardObisCodeCollection codes ) : void

Read standard OBIS code information from the file.

UpdateOBISCodeInfo ( GXStandardObisCodeCollection codes, GXDLMSObject it ) : void

메소드 상세

GetDescription() 공개 메소드

Get OBIS code description.
public GetDescription ( String logicalName ) : String[]
logicalName String Logical name (OBIS code).
리턴 String[]

GetDescription() 공개 메소드

Get OBIS code description.
public GetDescription ( String logicalName, ObjectType type ) : String[]
logicalName String Logical name (OBIS code).
type ObjectType Object type.
리턴 String[]

GetDescription() 공개 메소드

Get OBIS code description.
public GetDescription ( String logicalName, ObjectType type, String description ) : String[]
logicalName String Logical name (OBIS code).
type ObjectType Object type.
description String Description filter.
리턴 String[]

GetDescription() 공개 메소드

Get OBIS code description.
public GetDescription ( String logicalName, String description ) : String[]
logicalName String Logical name (OBIS code).
description String Description filter.
리턴 String[]

GetUnit() 공개 정적인 메소드

Returns unit text.
public static GetUnit ( Unit value ) : string
value Unit
리턴 string

UpdateOBISCodeInformation() 공개 메소드

Update standard OBIS codes description and type if defined.
public UpdateOBISCodeInformation ( GXDLMSObject target ) : void
target Gurux.DLMS.Objects.GXDLMSObject COSEM object.
리턴 void

UpdateOBISCodeInformation() 공개 메소드

Update standard OBIS codes descriptions and type if defined.
public UpdateOBISCodeInformation ( GXDLMSObjectCollection targets ) : void
targets GXDLMSObjectCollection Collection of COSEM objects to update.
리턴 void