pynetdicom._handlers.doc_handle_transport¶
-
pynetdicom._handlers.doc_handle_transport(event)[source]¶ Documentation for handlers bound to
evt.EVT_CONN_OPENorevt.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: theassociationthat 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.