nn::nex::SubscriberGetContentParam::SetSize Member Function

Syntax

void SetSize(
     qUnsignedInt32 size
);

Parameters

Name Description
in size The maximum number of pieces of content to get.

Return Values

None.

Description

Sets the maximum number of pieces of content to get.

The initial value is 20. Up to SubscriberConstants::MAX_TOPIC_CONTENT_SIZE pieces of content can be stored in a single topic. As a result, only SubscriberConstants::MAX_TOPIC_CONTENT_SIZE pieces of content will be retrieved even if you specify a value larger than SubscriberConstants::MAX_TOPIC_CONTENT_SIZE.

Revision History

2014/09/12
Initial version.

CONFIDENTIAL