SetMaxCommBlockLengthISCL method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SetMaxCommBlockLengthISCL(long hNet, long nCommBlockLength);

Overview

Refer to Establishing an ISCL Line Connection

Remarks

(Medical Imaging Suite only) Sets the maximum communication block length that can be sent/received by the current entity.

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

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

If this method succeeds, the client and server will agree to use the smaller communication block size of the two during mutual authentication.

See Also

Elements:

SetDefaultSigningISCL method, SetDefaultEncryptionISCL method, SetAuthDataISCL method, SetMaxMessageLengthISCL method, SetMutualAuthAlgISCL method, SetMutualAuthKeyISCL method, SetIndexForMutualAuthISCL metohd, SetEncryptKeyISCL method, SetIndexForEncryptISCL method, GetCommBlockLengthISCL method

Topics:

DICOM Security: Working with ISCL