LEADTOOLS Medical (Leadtools.Dicom assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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.
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(Byte[],Int32,Int32) 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
)
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

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