←Select platform

OnReceivedISCLPacket Method

Summary

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

Syntax
C#
Objective-C
C++/CLI
protected virtual void OnReceivedISCLPacket( 
   DicomExceptionCode error, 
   IntPtr buffer, 
   int length 
) 
- (void)onReceivedISCLPacket:(LTDicomErrorCode)error buffer:(const void *)buffer length:(NSUInteger)length; 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

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