LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

OnNonSecureReceivedIscl Method








An error code.
Pointer to a buffer that holds the data that was received from the non-secure send process.
The length of the received data, in bytes.
This method is called after data sent in non-secure mode is received. .NET support
Syntax
protected virtual void OnNonSecureReceivedIscl( 
   DicomExceptionCode error,
   IntPtr buffer,
   int length
)
'Declaration
 
Protected Overridable Sub OnNonSecureReceivedIscl( _
   ByVal error As DicomExceptionCode, _
   ByVal buffer As IntPtr, _
   ByVal length As Integer _
) 
'Usage
 
Dim instance As DicomNet
Dim error As DicomExceptionCode
Dim buffer As IntPtr
Dim length As Integer
 
instance.OnNonSecureReceivedIscl(error, buffer, length)
protected virtual void OnNonSecureReceivedIscl( 
   DicomExceptionCode error,
   IntPtr buffer,
   int length
)
ObjectiveC Syntax
 function Leadtools.Dicom.DicomNet.OnNonSecureReceivedIscl( 
   error ,
   buffer ,
   length 
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomNet Class
DicomNet Members
OnNonSecureSendIscl Method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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