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|
Namespace: OddPrg.Protocols.DLMSAssembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
public static ByteBuffer Wrap(
byte destSap,
byte localSap,
ushort destAddress,
ByteBuffer dlmsFrame
)
- 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.
ByteBuffer