←Select platform

SendNonSecureIscl(IntPtr,Int32) Method

Summary

Sends data over an ISCL connection, unsecured. The data is not encrypted and the message has no authentication code.

Syntax

C#
VB
C++
public void SendNonSecureIscl(  
   IntPtr buffer, 
   int length 
) 
Public Overloads Sub SendNonSecureIscl( _ 
   ByVal buffer As IntPtr, _ 
   ByVal length As Integer _ 
)  
public: 
void SendNonSecureIscl(  
   IntPtr buffer, 
   int length 
)  

Parameters

buffer
Pointer to a buffer that holds the data to be sent.

length
Size, in bytes, of the data to be sent.

Remarks

The non-secure send is the fastest method of transmitting data over an ISCL connection. It is faster than the normal send/receive process and has no encryption and no message authentication codes.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom Assembly
Click or drag to resize