コード例 #1
0
 public void RemoveConnection(IEthernetDiscoverConnection edConnection)
 {
     OamEthernetConnectionsWatcher.RemoveConnection(edConnection);
 }
コード例 #2
0
        public int PingEthernetNode(IEthernetDiscoverConnection connection)
        {
            EthernetDiscoverConnection edc = connection as EthernetDiscoverConnection;

            return(OamEthernetConnectionsWatcher.PingEthernetNode(edc));
        }
コード例 #3
0
 public int AddConnection(IEthernetDiscoverConnection edConnection)
 {
     return(OamEthernetConnectionsWatcher.AddConnection(edConnection));
 }