nn::dlp::CTR::FakeClient::DeleteScanInfo Member Function

Syntax

static nn::Result DeleteScanInfo(
     const u8 * pMac
);

Arguments

Name Description
in pMac Specifies the MAC address of the server deleting the scan data.

Return Values

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

Value Description
ResultSuccess Scan data was deleted successfully.
ResultInvalidState The state is invalid. Use this with CLIENT_STATE_DISCONNECTED_NETWORK or CLIENT_STATE_SCANNING.
ResultNoData The specified server does not exist.

Description

The scan data (server information and title information) of the specified server is deleted from the scan results.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL