PlcFrameWrapperWrap Method

Wraps dlms frame into unit that can be used for DLMS communication via PLC. byte DSAP, byte LSAP, ushort DestinationAddress, ushort length ,byte[] data, con_class = 0 |___________4-32 Data.Request overhead_________|__________L_SDU____________|4-32-rozsireni|

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 Wrap(
	byte destSap,
	byte localSap,
	ushort destAddress,
	ByteBuffer dlmsFrame
)

Parameters

destSap  Byte
Destination (meter) SAP address.
localSap  Byte
Local (base node) SAP address.
destAddress  UInt16
Destination (meter) 432 address.
dlmsFrame  ByteBuffer
DLMS frame to wrap.

Return Value

ByteBuffer

See Also