FrameCreateDataWithLength Method

Joins length of data and data itself.

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 CreateDataWithLength(
	ByteBuffer data
)

Parameters

data  ByteBuffer

Return Value

ByteBuffer

See Also