Notifies a connection that data was received.
void OnReceive(
Leadtools.Dicom.DicomExceptionCode error,
Leadtools.Dicom.DicomPduType pduType,
byte[] buffer,
Leadtools.Dicom.Networking.DicomNet net
)
Sub OnReceive( _
ByVal error As Leadtools.Dicom.DicomExceptionCode, _
ByVal pduType As Leadtools.Dicom.DicomPduType, _
ByVal buffer() As Byte, _
ByVal net As Leadtools.Dicom.Networking.DicomNet _
)
void OnReceive(
Leadtools.Dicom.DicomExceptionCode error,
Leadtools.Dicom.DicomPduType pduType,
byte[] buffer,
Leadtools.Dicom.Networking.DicomNet net
)
function Leadtools.Dicom.Networking.IDicomEvents.OnReceive(
error ,
pduType ,
buffer ,
net
)
void OnReceive(
Leadtools.Dicom.DicomExceptionCode error,
Leadtools.Dicom.DicomPduType pduType,
array<byte>^ buffer,
Leadtools.Dicom.Networking.DicomNet^ net
)
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.
net
The DicomNet object of the peer member of the connection.
This is a low level means of receiving DICOM messages and data. It allows you to process messages yourself, instead of using the high level message processing methods provided. This method is generated for each DicomNet.SendXXX method provided by LEADTOOLS.
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