예제 #1
0
 def response(self, apdu):
     if _debug:
         VLANApplication._debug("[%s]response %r", self.vlan_node.address,
                                apdu)
     Application.response(self, apdu)
예제 #2
0
 def response(self, apdu):
     if _debug: VLANApplication._debug("[%s]response %r", self.vlan_node.address, apdu)
     Application.response(self, apdu)
예제 #3
0
 def response(self, apdu: Any) -> None:
     if _debug:
         _VLANApplication._debug("[%s]response %r", self._vlan_node.address, apdu)
     Application.response(self, apdu)
예제 #4
0
 def response(self, apdu):
     if _debug:
         VLANApplication._debug("[%s]response %r",
                                self.localDevice.objectName, apdu)
     Application.response(self, apdu)
예제 #5
0
 def response(self, apdu, forwarded=False):
     if _debug: ModbusVLANApplication._debug("[%s]response %r", self.vlan_node.address, apdu)
     Application.response(self, apdu, forwarded=forwarded)