public Terminal.Bridge[] GetJumpers( bool allLevels )
public: array<Terminal.Bridge^>^ GetJumpers( bool allLevels )
Parameters
| Parameter Name | Description |
|---|---|
| allLevels | Get from all levels (true) or only from a current Terminal (false) |
public Terminal.Bridge[] GetJumpers( bool allLevels )
public: array<Terminal.Bridge^>^ GetJumpers( bool allLevels )
| Parameter Name | Description |
|---|---|
| allLevels | Get from all levels (true) or only from a current Terminal (false) |
| Exception | Description |
|---|---|
| System.InvalidOperationException | Thrown when interface cannot be initialized or it cannot return functions. Also thrown for PLC terminals. |
| System.NotImplementedException | Thrown when implementation of requested interface isn't found. |
| Eplan.EplApi.Base.BaseException | Thrown when internal function fails. |