DlmsFrameCreate_ActionDataBlocks Method

Prepares data for calling method of COSEM object using a 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_ActionDataBlocks(
	int maxPDUSize,
	CosemMethodDecsriptorWithParamters[] methodDescriptors,
	bool willBeCiphered,
	bool willBeAuthentized,
	bool confirmedService
)

Parameters

maxPDUSize  Int32
methodDescriptors  CosemMethodDecsriptorWithParamters
willBeCiphered  Boolean
willBeAuthentized  Boolean
confirmedService  Boolean

Return Value

ByteBuffer

See Also