C# Class Gurux.DLMS.Objects.GXDLMSAssociationLogicalName

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

Private Properties

Свойство Type Description
GetAccessRights void
GetObjects GXByteBuffer
IGXDLMSBase byte[]
IGXDLMSBase int
IGXDLMSBase int[]
IGXDLMSBase object
IGXDLMSBase string[]

Méthodes publiques

Méthode Description
GXDLMSAssociationLogicalName ( ) : System

Constructor.

GXDLMSAssociationLogicalName ( string ln ) : System

Constructor.

GetDataType ( int index ) : DataType
GetValues ( ) : object[]
IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : void
UpdateAccessRights ( GXDLMSObject obj, Object buff ) : void

Private Methods

Méthode Description
GetAccessRights ( GXDLMSSettings settings, GXDLMSObject item, GXByteBuffer data ) : void
GetObjects ( GXDLMSSettings settings, ValueEventArgs e ) : GXByteBuffer

Returns Association View.

IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : byte[]
IGXDLMSBase ( ) : int
IGXDLMSBase ( ) : int[]
IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : object
IGXDLMSBase ( ) : string[]

Method Details

GXDLMSAssociationLogicalName() public méthode

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

GXDLMSAssociationLogicalName() public méthode

Constructor.
public GXDLMSAssociationLogicalName ( string ln ) : System
ln string Logical 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 GXDLMSSettings
e ValueEventArgs
Résultat void

UpdateAccessRights() public méthode

public UpdateAccessRights ( GXDLMSObject obj, Object buff ) : void
obj GXDLMSObject
buff Object
Résultat void