nn::dlp::CTR::FakeClient::StartFakeSession Member Functionstatic nn::Result StartFakeSession( const u8 * pMac, u32 uniqueId, u8 childIndex );
| Name | Description | |
|---|---|---|
| in | pMac | Specifies the MAC address of the server running the session. |
| in | uniqueId | Specifies the title's Unique ID. |
| in | childIndex | Specifies the title's childIndex. |
| Value | Description |
|---|---|
| ResultSuccess | Participation in the download session was successful. |
ResultInvalidState |
The state is invalid. Use this with the CLIENT_STATE_DISCONNECTED_NETWORK state. |
ResultNoData |
The title for the specified MAC address, Unique ID, and Child index does not exist. |
| ResultWirelessOff | Communications cannot occur in this state (sleep or the Wifi button is off). |
| ResultNotFoundServer | The server you are trying to connect to was not found. |
| ResultServerIsFull | The number of clients for the server has reached the maximum number of connections. Cannot connect until the number of clients is reduced. |
| ResultDeniedFromServer | The server refused the connection. |
| ResultConnectionTimeout | The connection did not succeed within the prescribed time. This is returned when there is a poor signal or when transmissions are overloaded. |
| ResultInternalError | An inconsistency occurred in the system. |
Starts a download session with no download.
CONFIDENTIAL