←Select platform

OnReceivedISCLPacket Method

Summary

Notifies a connection when a Data message is received in ISCL mode.

Syntax

C#
VB
C++
protected virtual void OnReceivedISCLPacket( 
   DicomExceptionCode error, 
   IntPtr buffer, 
   int length 
) 
Protected Overridable Sub OnReceivedISCLPacket( 
   ByVal error As DicomExceptionCode, 
   ByVal buffer As System.IntPtr, 
   ByVal length As Integer 
) 
protected:  
   virtual void OnReceivedISCLPacket( 
      DicomExceptionCode^ error, 
      System::IntPtr buffer, 
      Int32 length 
   ) 

Parameters

error

An error code.

buffer

Pointer to a buffer that contains the data that was received from the ISCL process.

length

The number of bytes of the data specified by buffer.

Remarks

This function is called when data is received using ISCL security. If error is any code other than DicomExceptionCode.Success, then buffer is null. If error is DicomExceptionCode.Success then then buffer points to a valid buffer whose length is length.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly