Click or drag to resize

CPFPacketWriterAddSequencedAddress(UInt32, FuncUInt32) Method

Adds a CPF item to the packet.

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

Parameters

connectionId  UInt32

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

getSequenceNum  FuncUInt32

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

See Also