Click or drag to resize

CPFPacketWriterAddSequencedAddress Method (UInt32, UInt32)

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,
	uint sequence
)

Parameters

connectionId
Type: SystemUInt32

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

sequence
Type: SystemUInt32

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

See Also