C#
VB
C++
Occurs when connections received buffered data.
public event ReceiveBufferDelegate ReceiveBuffer
Public Event ReceiveBuffer As Leadtools.Dicom.Scu.Common.ReceiveBufferDelegate
public:
event Leadtools.Dicom.Scu.Common.ReceiveBufferDelegate^ ReceiveBuffer
The event handler receives an argument of type ReceiveBufferEventArgs containing data related to this event. The following ReceiveBufferEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Buffer | Gets or sets the buffer. |
BufferSize | Gets or sets the size of the buffer. |
Error | Gets or sets the error. |
PduType | Gets or sets the type of the pdu. |
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs) | Gets the SCP. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET