C# Class Gurux.DLMS.Objects.GXDLMSAssociationLogicalName

Inheritance: GXDLMSObject, IGXDLMSBase
Mostra file Open project: Gurux/Gurux.DLMS.Net Class Usage Examples

Private Properties

Property Type Description
GetAccessRights void
GetObjects GXByteBuffer
IGXDLMSBase byte[]
IGXDLMSBase int
IGXDLMSBase int[]
IGXDLMSBase object
IGXDLMSBase string[]

Public Methods

Method 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

Method 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 method

Constructor.
public GXDLMSAssociationLogicalName ( ) : System
return System

GXDLMSAssociationLogicalName() public method

Constructor.
public GXDLMSAssociationLogicalName ( string ln ) : System
ln string Logical Name of the object.
return System

GetDataType() public method

public GetDataType ( int index ) : DataType
index int
return DataType

GetValues() public method

public GetValues ( ) : object[]
return object[]

IGXDLMSBase() public method

public IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : void
settings GXDLMSSettings
e ValueEventArgs
return void

UpdateAccessRights() public method

public UpdateAccessRights ( GXDLMSObject obj, Object buff ) : void
obj GXDLMSObject
buff Object
return void