Table of Contents

Property ConnectivityInterfaces

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

ConnectivityInterfaces

Gets the DCF interfaces known by the element that executes this QAction.

Dictionary<int, ConnectivityInterface> ConnectivityInterfaces { get; }

Property Value

Dictionary<int, ConnectivityInterface>

The DCF interfaces known by the element that executes this QAction.

Examples

var interfaces = protocol.ConnectivityInterfaces;

Remarks

This property does not return the exported interfaces.