nn::dlp::CTR::FakeClient::StartFakeSession Member Function

Syntax

static nn::Result StartFakeSession(
     const u8 * pMac,
     u32 uniqueId,
     u8 childIndex
);

Arguments

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.

Return Values

The following Results are returned as the result of the operation.

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.

Description

Starts a download session with no download.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL