NetSend event (ILEADDicomNet)
void NetSend (long hNet, short nStatus, short nType, long lBytes); | |
Overview |
Refer to Working with DICOM Network Connections. |
Remarks
(Medical Imaging Suite only) Notifies a connection that data was sent.
When one of the SendXXX functions is called, the message is not sent immediately. It is placed in a Network queue and sent later. When the data is actually sent, this callback function is called to let the calling AE know that the data has been sent.
See Also