C# Class Gurux.DLMS.Objects.GXDLMSSpecialDaysTable

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

Private Properties

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

Méthodes publiques

Méthode Description
GXDLMSSpecialDaysTable ( ) : System

Constructor.

GXDLMSSpecialDaysTable ( string ln ) : System

Constructor.

GXDLMSSpecialDaysTable ( string ln, ushort sn ) : System

Constructor.

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

Private Methods

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

Method Details

GXDLMSSpecialDaysTable() public méthode

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

GXDLMSSpecialDaysTable() public méthode

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

GXDLMSSpecialDaysTable() public méthode

Constructor.
public GXDLMSSpecialDaysTable ( 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

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