DlmsFrameCreate_SetDataBlocks Method

Creates the data blocks for SET request with data 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_SetDataBlocks(
	int maxPDUSize,
	CosemAttributeValue[] attributes,
	bool willBeCiphered,
	bool willBeAuthentized,
	bool confirmedService
)

Parameters

maxPDUSize  Int32
attributes  CosemAttributeValue
willBeCiphered  Boolean
willBeAuthentized  Boolean
confirmedService  Boolean

Return Value

ByteBuffer

See Also