LDicomAssociate::GetMaxLength

#include "ltdic.h"

L_UINT32 LDicomAssociate::GetMaxLength(L_VOID)

Returns the Maximum Length for data transfer.

Returns

The Maximum Length for data transfer, in bytes.

Comments

If the Maximum Length restriction is enabled the Maximum Length must be 0, or >= 8 and it must be an even number (8, 10, 12, …).

Required DLLs and Libraries

LTDIC

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application

See Also

Functions:

LDicomAssociate::IsMaxLength, LDicomAssociate::SetMaxLength

Topics:

Working with DICOM Associate Connections

Example

For an example, refer to LDicomAssociate::IsMaxLength.