Click or drag to resize

BufferDataMarshallerMarshalPacket Method

Marshal data into a buffer to be written to the peer.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
protected abstract void MarshalPacket(
	BufferDataConversionContext context,
	IPacketWriter packet,
	 in DeltaValue dataValue,
	AddressArea area
)

Parameters

context  BufferDataConversionContext
Conversion context.
packet  IPacketWriter
The packet to hold the marshalled data.
dataValue  DeltaValue
The value to marshall.
area  AddressArea
The memory area being written to.
See Also