Property ConnectivityInterfaces
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.