←Select platform

OnNonSecureReceivedIscl Method

Summary
This method is called after data sent in non-secure mode is received.
Syntax
C#
VB
C++
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 
)  

Parameters

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.

Remarks

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.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.