nn::dlp::CTR::FakeClient::DeleteScanInfo Member Functionstatic nn::Result DeleteScanInfo( const u8 * pMac );
| Name | Description | |
|---|---|---|
| in | pMac | Specifies the MAC address of the server deleting the scan data. |
| 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. |
The scan data (server information and title information) of the specified server is deleted from the scan results.
CONFIDENTIAL