nn::dlp::CTR::FakeClient::DeleteScanInfo Member Functionstatic nn::Result DeleteScanInfo( const u8 * pMac );
| Name | Description | |
|---|---|---|
| in | pMac | Specifies the MAC address of the server for which to delete scan information. |
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. |
Deletes the specified server's scan information (server information and child program information) from the scan results.
CONFIDENTIAL