←Select platform

SetIsclMaxMessageLength Method

Summary
Sets the maximum message length that can be processed (sent and received) by the current entity.
Syntax
C#
VB
C++
public void SetIsclMaxMessageLength( 
   int messageLength 
) 
Public Sub SetIsclMaxMessageLength( _ 
   ByVal messageLength As Integer _ 
)  
public: 
void SetIsclMaxMessageLength(  
   int messageLength 
)  

Parameters

messageLength
The maximum message length to set.

Remarks

Failure of the method usually occurs if messageLength is smaller than 136. (136 bytes is the maximum size of data in mutual authentication request packet.)

Example

For an example, refer to SetIsclMutualAuthenticationAlgorithm.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.