DlmsClock(DlmsTypeOctetString, DlmsTypeDateTime, DlmsTypeLong) Constructor

Creates new instance of class DlmsClock using its logical name and value

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 DlmsClock(
	DlmsTypeOctetString logicalName,
	DlmsTypeDateTime time,
	DlmsTypeLong zone
)

Parameters

logicalName  DlmsTypeOctetString
time  DlmsTypeDateTime
zone  DlmsTypeLong

See Also