BufferDataMarshallerMarshalPacket Method |
Marshal data into a buffer to be written to the peer.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxprotected 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