nn::nex::DirectStream::GetMaxUserRMCReliableSendBufferNum Member Function

Syntax

qUnsignedInt32 GetMaxUserRMCReliableSendBufferNum() const;

Parameters

None.

Return Values

Returns the maximum number of send buffers used for reliable communication of user remote method calls.

Description

Gets the maximum number of send buffers used for reliable communication of user remote method calls.

When the number of send buffers accumulated in the sending process reaches this value, the sending process returns the ReliableSendBufferFull error. The default value is 48.

Revision History

2012/09/20
Initial version.

CONFIDENTIAL