C# Class Gurux.DLMS.Objects.GXDLMSAssociationShortName

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
GXDLMSAssociationShortName ( ) : System

Constructor.

GXDLMSAssociationShortName ( string ln, ushort sn ) : System

Constructor.

GetDataType ( int index ) : DataType
GetValues ( ) : object[]
IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : void
UpdateAccessRights ( 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

GXDLMSAssociationShortName() public method

Constructor.
public GXDLMSAssociationShortName ( ) : System
return System

GXDLMSAssociationShortName() public method

Constructor.
public GXDLMSAssociationShortName ( string ln, ushort sn ) : System
ln string Logical Name of the object.
sn ushort Short 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 ( Object buff ) : void
buff Object
return void