CosemVariableValueCollectionGetNextVariablesForWriteRequest Method

Returns variables that fit to the next block.

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[] GetNextVariablesForWriteRequest(
	ushort maxPDUSize,
	bool multipleReferences,
	bool ciphered,
	bool authentized
)

Parameters

maxPDUSize  UInt16
multipleReferences  Boolean
ciphered  Boolean
authentized  Boolean

Return Value

CosemVariableValue

See Also