Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
OnNonSecureReceivedIscl Method
See Also 
Leadtools.Dicom Namespace > DicomNet Class : OnNonSecureReceivedIscl Method



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.
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.
This method is called after data sent in non-secure mode is received.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnNonSecureReceivedIscl( _
   ByVal error As DicomExceptionCode, _
   ByVal buffer As IntPtr, _
   ByVal length As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As DicomNet
Dim error As DicomExceptionCode
Dim buffer As IntPtr
Dim length As Integer
 
instance.OnNonSecureReceivedIscl(error, buffer, length)
C# 
protected virtual void OnNonSecureReceivedIscl( 
   DicomExceptionCode error,
   IntPtr buffer,
   int length
)
C++/CLI 
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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features