102You must specify this option when <tt>@ref MODE_START_POST</tt> is specified for the <tt>@ref SetMode</tt> function. <br />
103Note that the only value stored is the address, so the data must remain valid until the call to the <tt>@ref nn::olv::StartPortalApp</tt> function ends.
104
105@param[in] postId The post ID. <br />
106The maximum number of characters that can be specified is <tt>@ref nn::olv::POST_ID_BUFF_LENGTH - 1</tt>.
113You can specify this option when <tt>@ref MODE_START_COMMUNITY</tt> is specified for the <tt>@ref SetMode</tt> function. If not specified, the general community is shown by default.
132You can only specify this option when <tt>@ref MODE_START_COMMUNITY</tt> is specified for the <tt>@ref SetMode</tt> function. <br />
133When specified, only posts with the specified topic tag are shown. <br />
134Note that the only value stored is the address, so the data must remain valid until the call to the <tt>@ref nn::olv::StartPortalApp</tt> function ends.
135
136@param[in] topicTag The topic tag. <br />
137Use UTF-16LE for the encoding. <br />
138The maximum number of characters that can be specified is <tt>@ref nn::olv::TOPIC_TAG_MAX_LENGTH</tt>.
146Under normal use conditions this specification is not required. <br />
147The maximum amount that can be added is <tt>nn::olv::StartPortalAppParam::COMMON_DATA_MAX_NUM</tt>. <br />
148Note that the only value stored is the address, so the data must remain valid until the call to the <tt>@ref nn::olv::StartPortalApp</tt> function ends.
149
150@param[in] type The type of the common data (COMMON_DATA_TYPE_*).
151@param[in] data The common data.
152@param[in] dataSize The size of the common data.
167@brief Sets the size of the working buffer used by the <tt>@ref nn::olv::StartPortalApp</tt> function.
168
169You must specify this option. <br />
170Specify a buffer of at least the size obtained with the <tt>GetWorkSize</tt> function. <br />
171Device memory cannot be specified for this buffer. <br />
172This buffer cannot be destroyed at the point the call to the <tt>@ref nn::olv::StartPortalApp</tt> function finishes. See the description of the <tt>@ref nn::olv::StartPortalApp</tt> function.
173
174@param[in] work The working buffer.
175@param[in] workSize The size of the working buffer.