Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 657 Bytes

File metadata and controls

18 lines (13 loc) · 657 Bytes

enum BridgeStatus

Overview / Purpose

Enumeration BridgeStatus

Enumerator Value Description
BRIDGE_STATUS_OK 0 No error encountered.
BRIDGE_STATUS_OUTP_UNAVAILABLE 1 Requested output port unavailable.
BRIDGE_STATUS_UNKNOWN_DEVID 2 Given device identifier is unknown (no device associated with it).
BRIDGE_STATUS_UNKNOWN_BRIDGE_TYPE 3 Unknown bridge type used.
BRIDGE_STATUS_NOT_FOUND 4 Requested bridge not found.
BRIDGE_STATUS_NOT_INITIALIZED 5 Bridge manager not initialized.
BRIDGE_STATUS_UNKNOWN 6 Unknown error.

Parent topic: Base (C++)