NodeOPCUA API Documentation
    Preparing search index...

    Enumeration EnumInterfaceOperStatus

    namespace http://opcfoundation.org/UA/
    nodeClass DataType
    name InterfaceOperStatus
    isAbstract false
    Index

    Enumeration Members

    Dormant: 4

    Waiting for some external event.

    Down: 1

    The interface does not pass any packets.

    LowerLayerDown: 6

    Down due to state of lower-layer interface(s).

    NotPresent: 5

    Some component (typically hardware) is missing.

    Testing: 2

    In some test mode. No operational packets can be passed.

    Unknown: 3

    Status cannot be determined for some reason.

    Up: 0

    Ready to pass packets.