pynetdicom._handlers.doc_handle_data¶
- pynetdicom._handlers.doc_handle_data(event)[source][source]¶
Documentation for handlers bound to
evt.EVT_DATA_RECVorevt.EVT_DATA_SENT.- Parameters
event (events.Event) –
Represents data being sent to or received from the remote over the socket.
Eventattributes are:assoc: theassociationthat is running the service that received the user identity negotiation request.data: the data sent to or received from the remote (asbytes).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.