LEADTOOLS Medical (Leadtools.Dicom assembly)

OnNonSecureReceivedIscl Method

Show in webframe







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.
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
)

            

            
 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

See Also

Reference

DicomNet Class
DicomNet Members
OnNonSecureSendIscl Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 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