C#
VB
C++
Notifies a connection that data was received.
protected override void OnReceive(
DicomExceptionCode error,
DicomPduType pduType,
IntPtr buffer,
int bytes
)
Protected Overrides Sub OnReceive( _
ByVal error As Leadtools.Dicom.DicomExceptionCode, _
ByVal pduType As Leadtools.Dicom.DicomPduType, _
ByVal buffer As IntPtr, _
ByVal bytes As Integer _
)
protected:
void OnReceive(
Leadtools.Dicom.DicomExceptionCode error,
Leadtools.Dicom.DicomPduType pduType,
IntPtr buffer,
int bytes
) override
error
An error code.
pduType
The type of data that was sent.
buffer
Pointer to a buffer that contains all the data that was sent. This includes the Command Set and any associated Data Set.
bytes
The number of bytes of the data specified by buffer.
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