ExtendedStatus Constructor (Status, UInt16) |
Constructs an ExtendedStatus.
Namespace:
Demo3D.PLC.Comms.CIP
Assembly:
PLC (in PLC.dll) Version: 17.00.05
Syntaxpublic ExtendedStatus(
Status status,
params ushort[] additionalStatus
)
Parameters
- status
- Type: Demo3D.PLC.Comms.CIPStatus
General status. - additionalStatus
- Type: SystemUInt16
Additional status data.
See Also