pynetdicom._handlers.doc_handle_transport¶
-
pynetdicom._handlers.
doc_handle_transport
(event)¶ Documentation for handlers bound to
evt.EVT_CONN_OPEN
orevt.EVT_CONN_CLOSE
.- Parameters
event (events.Event) –
Represents opening or closing a transport connection. Event attributes are:
address
: the (host, port) of the remote as (str, int).assoc
: theassociation
that is running the service that received the user identity negotiation request.event
: the event that occurred asnamedtuple
.timestamp
: the date and time that the negotiation request was processed by the ACSE.