SetMaxCommBlockLengthISCL method (ILEADDicomNet)
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