Options
All
  • Public
  • Public/Protected
  • All
Menu

  subscribe now with sterfive to access the online-user manual

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

Index

Enumeration members

Dormant

Dormant: = 4

Waiting for some external event.

Down

Down: = 1

The interface does not pass any packets.

LowerLayerDown

LowerLayerDown: = 6

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

NotPresent

NotPresent: = 5

Some component (typically hardware) is missing.

Testing

Testing: = 2

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

Unknown

Unknown: = 3

Status cannot be determined for some reason.

Up

Up: = 0

Ready to pass packets.

Generated using TypeDoc