def response(self, adapter, npdu):
     if _debug:
         WhoIsRouterApplication._debug("response %r %r", adapter, npdu)
     BIPNetworkApplication.response(self, adapter, npdu)
Example #2
0
 def response(self, adapter, npdu):
     if _debug: WhoIsRouterApplication._debug("response %r %r", adapter, npdu)
     BIPNetworkApplication.response(self, adapter, npdu)