pynetdicom._handlers.doc_handle_transport¶
- pynetdicom._handlers.doc_handle_transport(event)[source][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.description: a description of the event that occurred as str.name: the name of the event that occurred as str.timestamp: the date and time that the negotiation request was processed by the ACSE.