Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
OnNonSecureSendIscl Method
See Also 
Leadtools.Dicom Namespace > DicomNet Class : OnNonSecureSendIscl Method




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.
This method is called after data has been sent using the SendNonSecureIscl method.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnNonSecureSendIscl( _
   ByVal error As DicomExceptionCode, _
   ByVal type As Byte, _
   ByVal length As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As DicomNet
Dim error As DicomExceptionCode
Dim type As Byte
Dim length As Integer
 
instance.OnNonSecureSendIscl(error, type, length)
C# 
protected virtual void OnNonSecureSendIscl( 
   DicomExceptionCode error,
   byte type,
   int length
)
Managed Extensions for C++ 
protected: virtual void OnNonSecureSendIscl( 
   DicomExceptionCode error,
   byte type,
   int length
) 
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Dicom requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features