Click or drag to resize

ExtendedStatus(Status, UInt16) Constructor

Constructs an ExtendedStatus.

Namespace: Demo3D.PLC.Comms.CIP
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public ExtendedStatus(
	Status status,
	params ushort[]? additionalStatus
)

Parameters

status  Status
General status.
additionalStatus  UInt16
Additional status data.
See Also