Nintendo 3DS Miiverse Library
1.3.2
(OLV/Olive)
|
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... | |
Represents the parameters when connecting.
void SetFlags | ( | u32 | flags | ) |
Sets flags.
This is for future expansion. It is not used currently.
[in] | flags | Flags (FLAG_* ). |
void SetServiceToken | ( | const char * | serviceToken | ) |
Sets the Miiverse service token.
You must specify this option.
[in] | serviceToken | The Miiverse service token. The maximum number of characters that can be specified is NN_ACT_INDEPENDENT_SERVICE_TOKEN_SIZE - 1 . |