DlmsFrameCreate_ActionRequestWithListAndFirstPblock Method

Creates a Action-Request-With-List-And-First-Pblock frame defined in GB page 208. From the rawData paramter removes bytes, that will be send in the data 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 static ByteBuffer Create_ActionRequestWithListAndFirstPblock(
	byte invokeIdAndPriority,
	CosemMethodDecsriptorWithParamters[] methodDescriptors,
	ByteBuffer rawDataLoad,
	bool lastBlock
)

Parameters

invokeIdAndPriority  Byte
methodDescriptors  CosemMethodDecsriptorWithParamters
rawDataLoad  ByteBuffer
lastBlock  Boolean

Return Value

ByteBuffer

See Also