Nintendo 3DS Miiverse Library  1.3.2
(OLV/Olive)
ConnectParam Class Reference

Represents the parameters when connecting. More...

#include <CTR_SDK/include/nn/olv/olv_TypesConnect.h>

Public Member Functions

 ConnectParam ()
 Instantiates the object.
 
void Reset ()
 Reverts parameters to their initial state.
 
void SetFlags (u32 flags)
 Sets flags. More...
 
void SetServiceToken (const char *serviceToken)
 Sets the Miiverse service token. More...
 

Detailed Description

Represents the parameters when connecting.

Member Function Documentation

void SetFlags ( u32  flags)

Sets flags.

This is for future expansion. It is not used currently.

Parameters
[in]flagsFlags (FLAG_*).
void SetServiceToken ( const char *  serviceToken)

Sets the Miiverse service token.

You must specify this option.

Parameters
[in]serviceTokenThe Miiverse service token.
The maximum number of characters that can be specified is NN_ACT_INDEPENDENT_SERVICE_TOKEN_SIZE - 1.

The documentation for this class was generated from the following file: