nn::ac::CTR::GetLinkLevel Function

Syntax

Result GetLinkLevel(
     LinkLevel * linkLevel
);

LinkLevel GetLinkLevel();

List of Overloaded Member Functions

GetLinkLevel(LinkLevel *) Gets the signal strength of the currently connected access point.
If an error occurs when data is obtained, LINK_LEVEL_0 is returned as the result.
There is therefore no need to overwrite LinkLevel or perform similar error handling.
GetLinkLevel() Gets the signal strength of the currently connected access point. This function calls the overloaded GetLinkLevel function that has arguments. A value of LINK_LEVEL_0 is returned as the result if the overloaded GetLinkLevel function (with arguments) fails.

Description of GetLinkLevel(LinkLevel *)

Description of GetLinkLevel()


CONFIDENTIAL