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
DMAId
intThe DataMiner Agent ID of the element that owns the connection.
EId
intThe element ID of the element that owns the connection.
connId
intThe ID of the connection.
connName
stringThe name of the connection.
sourceItf
intThe ID of the source interface.
destItf
intThe ID of the destination interface.
destDma
intThe DataMiner Agent ID of the element that owns the destination interface.
destEid
intThe element ID of the element that owns the destination interface.
filter
stringThe connection filter.
engine
SLProtocolLink with SLProtocol process.