Table of Contents

Method GetConnections

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

GetConnections()

Gets the connections from the element this interface is part of.

public Dictionary<int, ConnectivityConnection> GetConnections()

Returns

Dictionary<int, ConnectivityConnection>

The connections from the element this interface is part of.

GetConnections(string)

Gets the connections from the element this interface is part of using the specified connection filter.

public Dictionary<int, ConnectivityConnection> GetConnections(string filter)

Parameters

filter string

The connection filter.

Returns

Dictionary<int, ConnectivityConnection>

The connections from the element this interface is part of and that match the specified filter.

GetConnections(string, int, int, int)

Gets the connections from the specified element using the specified connection filter.

public Dictionary<int, ConnectivityConnection> GetConnections(string filter, int dmaid, int eid, int sItf)

Parameters

filter string

The connection filter.

dmaid int

The DataMiner Agent ID of the element.

eid int

The element ID of the element.

sItf int

The ID of the interface.

Returns

Dictionary<int, ConnectivityConnection>

The connections from the element that match the specified filter.