Click or drag to resize

ExtendedStatus Structure

CIP message router status.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Demo3D.PLC.Comms.CIPExtendedStatus

Namespace: Demo3D.PLC.Comms.CIP
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public readonly struct ExtendedStatus

The ExtendedStatus type exposes the following members.

Constructors
 NameDescription
Public methodExtendedStatus(Status) Constructs an ExtendedStatus.
Public methodExtendedStatus(Status, BufferSegment) Constructs an ExtendedStatus.
Public methodExtendedStatus(Status, UInt16) Constructs an ExtendedStatus.
Top
Properties
 NameDescription
Public propertyAdditionalStatus Additional status.
Public propertyAdditionalStatusData Additional status data.
Public propertyStatus General status.
Public propertyString Printable status.
Top
Methods
 NameDescription
Public methodStatic memberConvertToAdditionalStatus(UInt16) Returns a buffer from an array of ushorts.
Public methodStatic memberConvertToAdditionalStatus(UInt32) Returns a buffer from an array of uints.
Top
Operators
 NameDescription
Public operatorStatic member(Status to ExtendedStatus) Implicit conversion from Status to ExtendedStatus.
Top
See Also