Click or drag to resize

CPFPacketWriterAddSequencedAddress Method (UInt32, FuncUInt32)

Adds a CPF item to the packet.

Namespace:  Demo3D.PLC.Comms.CPF
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public void AddSequencedAddress(
	uint connectionId,
	Func<uint> getSequenceNum
)

Parameters

connectionId
Type: SystemUInt32

[Missing <param name="connectionId"/> documentation for "M:Demo3D.PLC.Comms.CPF.CPFPacketWriter.AddSequencedAddress(System.UInt32,System.Func{System.UInt32})"]

getSequenceNum
Type: SystemFuncUInt32

[Missing <param name="getSequenceNum"/> documentation for "M:Demo3D.PLC.Comms.CPF.CPFPacketWriter.AddSequencedAddress(System.UInt32,System.Func{System.UInt32})"]

See Also