mirror of
https://github.com/JoelBender/bacpypes
synced 2025-10-13 00:42:44 +08:00
Added debug logging to BIPApplication()
This commit is contained in:
parent
0efbb4e932
commit
1873dbcd57
|
@ -454,9 +454,11 @@ class ApplicationIOController(IOController, Application):
|
|||
# BIPApplication
|
||||
#
|
||||
|
||||
@bacpypes_debugging
|
||||
class BIPApplication(ApplicationIOController, WhoIsIAmServices, ReadWritePropertyServices):
|
||||
|
||||
def __init__(self, localDevice, localAddress, bbmdAddress=None, bbmdTTL=None, deviceInfoCache=None, aseID=None):
|
||||
if _debug: BIPApplication._debug("__init__ %r %r deviceInfoCache=%r %r %r aseID=%r", localDevice, localAddress, deviceInfoCache, bbmdAddress, bbmdTTL, aseID)
|
||||
ApplicationIOController.__init__(self, localDevice, deviceInfoCache, aseID=aseID)
|
||||
|
||||
# local address might be useful for subclasses
|
||||
|
|
Loading…
Reference in New Issue
Block a user