FrameCreateDataWithTagAndLength Method

Joins tag, 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 CreateDataWithTagAndLength(
	byte tag,
	ByteBuffer data
)

Parameters

tag  Byte
data  ByteBuffer

Return Value

ByteBuffer

See Also