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




maxCommunicationBlockLength
The maximum communication block length.
Sets the maximum communication block length that can be sent/received by the current entity.

Syntax

Visual Basic (Declaration) 
Public Sub SetIsclMaxCommunicationBlockLength( _
   ByVal maxCommunicationBlockLength As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As DicomNet
Dim maxCommunicationBlockLength As Integer
 
instance.SetIsclMaxCommunicationBlockLength(maxCommunicationBlockLength)
C# 
public void SetIsclMaxCommunicationBlockLength( 
   int maxCommunicationBlockLength
)
Managed Extensions for C++ 
public: void SetIsclMaxCommunicationBlockLength( 
   int maxCommunicationBlockLength
) 
C++/CLI 
public:
void SetIsclMaxCommunicationBlockLength( 
   int maxCommunicationBlockLength
) 

Parameters

maxCommunicationBlockLength
The maximum communication block length.

Example

For an example, refer to SetIsclMutualAuthenticationAlgorithm.

Remarks

An ISCL communication block contains a 32-bytes header, followed by data, if data is included.

Please note that the size of the ISCL packets is 32 bytes larger than the communication block length, because of the header.

During mutual authentication, the client and server will agree to use the smaller communication block size of the two.

Failure of the method usually occurs if maxCommunicationBlockLength is too small for the maximum standard packet size (168 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