CosemVariableValue Constructor

Creates a new instance of CosemVariableValue class.

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 CosemVariableValue(
	CosemVariableDescriptorWithSelection variable,
	DlmsType value
)

Parameters

variable  CosemVariableDescriptorWithSelection
value  DlmsType

See Also