←Select platform

OnNonSecureSendIscl Method

Summary
This method is called after data has been sent using the SendNonSecureIscl method.
Syntax
C#
Objective-C
C++/CLI
protected virtual void OnNonSecureSendIscl( 
   DicomExceptionCode error, 
   byte type, 
   int length 
) 
- (void)onNonSecureSendIscl:(LTDicomErrorCode)error type:(uint8_t)type length:(NSUInteger)length; 
protected: 
virtual void OnNonSecureSendIscl(  
   DicomExceptionCode error, 
   byte type, 
   int length 
)  

Parameters

error
An error code.

type
The type of data transmitted. This can be either the first byte of the DICOM message or 0, if it cannot be identified.

length
The length of the data sent, in bytes.

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.