C# Class Gurux.DLMS.Objects.GXDLMSExtendedRegister

Inheritance: GXDLMSRegister, IGXDLMSBase
Afficher le fichier Open project: Gurux/Gurux.DLMS.Net

Private Properties

Свойство Type Description
IGXDLMSBase int
IGXDLMSBase int[]
IGXDLMSBase object
IGXDLMSBase string[]

Méthodes publiques

Méthode Description
GXDLMSExtendedRegister ( ) : System

Constructor.

GXDLMSExtendedRegister ( string ln ) : System

Constructor.

GXDLMSExtendedRegister ( string ln, ushort sn ) : System

Constructor.

GetDataType ( int index ) : DataType
GetUIDataType ( int index ) : DataType
GetValues ( ) : object[]
IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : void
IsRead ( int index ) : bool

Private Methods

Méthode Description
IGXDLMSBase ( ) : int
IGXDLMSBase ( ) : int[]
IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : object
IGXDLMSBase ( ) : string[]

Method Details

GXDLMSExtendedRegister() public méthode

Constructor.
public GXDLMSExtendedRegister ( ) : System
Résultat System

GXDLMSExtendedRegister() public méthode

Constructor.
public GXDLMSExtendedRegister ( string ln ) : System
ln string Logical Name of the object.
Résultat System

GXDLMSExtendedRegister() public méthode

Constructor.
public GXDLMSExtendedRegister ( string ln, ushort sn ) : System
ln string Logical Name of the object.
sn ushort Short Name of the object.
Résultat System

GetDataType() public méthode

public GetDataType ( int index ) : DataType
index int
Résultat DataType

GetUIDataType() public méthode

public GetUIDataType ( int index ) : DataType
index int
Résultat DataType

GetValues() public méthode

public GetValues ( ) : object[]
Résultat object[]

IGXDLMSBase() public méthode

public IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : void
settings Gurux.DLMS.GXDLMSSettings
e Gurux.DLMS.ValueEventArgs
Résultat void

IsRead() public méthode

public IsRead ( int index ) : bool
index int
Résultat bool