Constructor ConnectivityConnection
ConnectivityConnection()
Initializes a new instance of the ConnectivityConnection class. Gets a value indicating whether
public ConnectivityConnection()
ConnectivityConnection(int, int, int, string, int, int, int, int, string, SLProtocol)
Initializes a new instance of the ConnectivityConnection class.
public ConnectivityConnection(int DMAId, int EId, int connId, string connName, int sourceItf, int destItf, int destDma, int destEid, string filter, SLProtocol engine)
Parameters
DMAIdintThe DataMiner Agent ID of the element that owns the connection.
EIdintThe element ID of the element that owns the connection.
connIdintThe ID of the connection.
connNamestringThe name of the connection.
sourceItfintThe ID of the source interface.
destItfintThe ID of the destination interface.
destDmaintThe DataMiner Agent ID of the element that owns the destination interface.
destEidintThe element ID of the element that owns the destination interface.
filterstringThe connection filter.
engineSLProtocolLink with SLProtocol process.