nn::nex::SubscriberGetContentParam Class

Syntax

class SubscriberGetContentParam

Description

Represents parameters specific to content retrieval.

Member Functions

SubscriberGetContentParam Instantiates the object. At a minimum, you must use the SubscriberGetContentParam::SetTopic function to specify a topic to get.
V ~SubscriberGetContentParam Destroys the object.
SetTopic Sets a target topic for which to get content.
GetTopic Gets a target topic for which to get content.
SetSize Sets the maximum number of pieces of content to get.
GetSize Gets the maximum number of pieces of content to get.
SetOffset Sets the offset that represents the item to start getting content from.
GetOffset Gets the offset that represents the item to start getting content from.
Reset Initializes an object to the default state generated by the constructor.
Trace Traces the content of a SubscriberGetContentParam object.

Revision History

2014/09/12
Initial version.

CONFIDENTIAL