Exemplo n.º 1
0
 public void RemoveConnection(IEthernetDiscoverConnection edConnection)
 {
     OamEthernetConnectionsWatcher.RemoveConnection(edConnection);
 }
Exemplo n.º 2
0
        public int PingEthernetNode(IEthernetDiscoverConnection connection)
        {
            EthernetDiscoverConnection edc = connection as EthernetDiscoverConnection;

            return(OamEthernetConnectionsWatcher.PingEthernetNode(edc));
        }
Exemplo n.º 3
0
 public int AddConnection(IEthernetDiscoverConnection edConnection)
 {
     return(OamEthernetConnectionsWatcher.AddConnection(edConnection));
 }