Click or drag to resize

SequencedAddress Constructor

Constructs a new SequencedAddress.

Namespace:  Demo3D.PLC.Comms.CPF
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public SequencedAddress(
	uint connectionId,
	uint sequence
)

Parameters

connectionId
Type: SystemUInt32
Connection id.
sequence
Type: SystemUInt32
Sequence number.
See Also