nn::ac::CTR::GetConnectingHotspotSubset Function

Syntax

Result GetConnectingHotspotSubset(
     HotspotSubset * hotspot
);

Arguments

Name Description
out hotspot Pointer to which the hotspot is output.

Return Values

The result.

Value Description
ResultSuccess Completed without error.
ResultInvalidData NULL was specified as an argument.
ResultNotConnecting Not connected to a network.
ResultInvalidLocation Not connected to a hotspot.
A value other than the above. Failed for reasons other than those given above.

Description

Gets information on the currently connected hotspot.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL