コード例 #1
0
ファイル: WhoIsRouter.py プロジェクト: matthewhelt/bacpypes
    def request(self, adapter, npdu):
        if _debug: WhoIsRouterApplication._debug("request %r %r", adapter, npdu)

        # save a copy of the request
        self._request = npdu

        # forward it along
        BIPNetworkApplication.request(self, adapter, npdu)
コード例 #2
0
    def request(self, adapter, npdu):
        if _debug:
            WhoIsRouterApplication._debug("request %r %r", adapter, npdu)

        # save a copy of the request
        self._request = npdu

        # forward it along
        BIPNetworkApplication.request(self, adapter, npdu)
コード例 #3
0
 def request(self, adapter, npdu):
     if _debug:
         WhoIsRouterApplication._debug("request %r %r", adapter, npdu)
     BIPNetworkApplication.request(self, adapter, npdu)
コード例 #4
0
ファイル: WhoIsRouter.py プロジェクト: DemandLogic/bacpypes
 def request(self, adapter, npdu):
     if _debug: WhoIsRouterApplication._debug("request %r %r", adapter, npdu)
     BIPNetworkApplication.request(self, adapter, npdu)