DlmsFrameCreate_SetRequestWithListAndFirstDatablock Method

Creates a Set-Request-With-List-And-First-Datablock frame defined in GB page 207. 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_SetRequestWithListAndFirstDatablock(
	byte invokeIdAndPriority,
	CosemAttributeDecsriptorWithSelection[] attributes,
	ByteBuffer rawDataLoad,
	bool lastBlock
)

Parameters

invokeIdAndPriority  Byte
attributes  CosemAttributeDecsriptorWithSelection
rawDataLoad  ByteBuffer
lastBlock  Boolean

Return Value

ByteBuffer

See Also