Notifies a connection when a Data message is received in ISCL mode.
protected virtual void OnReceivedISCLPacket(
DicomExceptionCode error,
IntPtr buffer,
int length
)
Protected Overridable Sub OnReceivedISCLPacket(
ByVal error As DicomExceptionCode,
ByVal buffer As System.IntPtr,
ByVal length As Integer
)
protected:
virtual void OnReceivedISCLPacket(
DicomExceptionCode^ error,
System::IntPtr buffer,
Int32 length
)
error
An error code.
buffer
Pointer to a buffer that contains the data that was received from the ISCL process.
length
The number of bytes of the data specified by buffer.
This function is called when data is received using ISCL security. If error is any code other than DicomExceptionCode.Success, then buffer is null. If error is DicomExceptionCode.Success then then buffer points to a valid buffer whose length is length.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document