This method is called after data sent in non-secure mode is received.
protected virtual void OnNonSecureReceivedIscl(
DicomExceptionCode error,
IntPtr buffer,
int length
)
Protected Overridable Sub OnNonSecureReceivedIscl( _
ByVal error As DicomExceptionCode, _
ByVal buffer As IntPtr, _
ByVal length As Integer _
)
protected:
virtual void OnNonSecureReceivedIscl(
DicomExceptionCode error,
IntPtr buffer,
int length
)
error
An error code.
buffer
Pointer to a buffer that holds the data that was received from the non-secure send process.
length
The length of the received data, in bytes.
After data is received in a non-secure send process, this method is called. The data from buffer will be freed after this callback method returns.
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