←Select platform

OnNonSecureReceivedIscl Method

Summary
This method is called after data sent in non-secure mode is received.
Syntax
C#
Objective-C
C++/CLI
protected virtual void OnNonSecureReceivedIscl( 
   DicomExceptionCode error, 
   IntPtr buffer, 
   int length 
) 
- (void)onNonSecureReceivedIscl:(LTDicomErrorCode)error buffer:(const void *)buffer length:(NSUInteger)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

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

Leadtools.Dicom Assembly

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