C# 클래스 Gurux.DLMS.Objects.GXDLMSModemConfiguration

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

Private Properties

프로퍼티 타입 설명
DefaultProfiles string[]
IGXDLMSBase byte[]
IGXDLMSBase int
IGXDLMSBase int[]
IGXDLMSBase object
IGXDLMSBase string[]
IGXDLMSBase void

공개 메소드들

메소드 설명
GXDLMSModemConfiguration ( ) : System

Constructor.

GXDLMSModemConfiguration ( string ln ) : System

Constructor.

GXDLMSModemConfiguration ( string ln, ushort sn ) : System

Constructor.

GetDataType ( int index ) : DataType
GetValues ( ) : object[]

비공개 메소드들

메소드 설명
DefaultProfiles ( ) : string[]
IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : byte[]
IGXDLMSBase ( ) : int
IGXDLMSBase ( ) : int[]
IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : object
IGXDLMSBase ( ) : string[]
IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : void

메소드 상세

GXDLMSModemConfiguration() 공개 메소드

Constructor.
public GXDLMSModemConfiguration ( ) : System
리턴 System

GXDLMSModemConfiguration() 공개 메소드

Constructor.
public GXDLMSModemConfiguration ( string ln ) : System
ln string Logical Name of the object.
리턴 System

GXDLMSModemConfiguration() 공개 메소드

Constructor.
public GXDLMSModemConfiguration ( string ln, ushort sn ) : System
ln string Logical Name of the object.
sn ushort Short Name of the object.
리턴 System

GetDataType() 공개 메소드

public GetDataType ( int index ) : DataType
index int
리턴 DataType

GetValues() 공개 메소드

public GetValues ( ) : object[]
리턴 object[]