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 for which to delete scan information.

Return Values

The following Result values 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

Deletes the specified server's scan information (server information and child program information) from the scan results.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL