DlmsTcpUdpSetup(DlmsTypeLong, DlmsTypeOctetString) Constructor

Creates new instance of class DlmsTcpUdpSetup. This constructor is used for create DlmsAssociationSN after object_list is read using SN referencing.

Definition

Namespace: OddPrg.Protocols.DLMS
Assembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
C#
public DlmsTcpUdpSetup(
	DlmsTypeLong baseName,
	DlmsTypeOctetString logicalName
)

Parameters

baseName  DlmsTypeLong
Base name of the object used for SN referencing
logicalName  DlmsTypeOctetString
Logical name of the object used for LN refernecing, it corresponds to the logical_name attribute

See Also