CosemVariableValueCollection Class

Supporting object for writting attributes.

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 class CosemVariableValueCollection
Inheritance
Object    CosemVariableValueCollection

Constructors

CosemVariableValueCollection Creates new instance of CosemVariableValueCollection class.

Properties

CurrentIndex Currently processed variable.
VariablesCount Colunt of variables.
VariableValues Array of variable values.

Methods

GetNextVariablesForWriteRequest Returns variables that fit to the next block.
CheckIfUseBlockTransfer Checks if block transfer should be used for set requset.
ResetCurrentIndex Sets CurrentIndex to 0.

See Also