DlmsFrameCreate_WriteDataBlocks Method

Creates requests to provide WRITE using block transfer.

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 static ByteBuffer[] Create_WriteDataBlocks(
	int maxPDUSize,
	CosemVariableValue[] variables,
	bool ciphered,
	bool authentized
)

Parameters

maxPDUSize  Int32
variables  CosemVariableValue
ciphered  Boolean
authentized  Boolean

Return Value

ByteBuffer

See Also