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.
GetLinkLevel() Gets the signal strength of the currently connected access point.

Description of GetLinkLevel(LinkLevel *)

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.

Description of GetLinkLevel()

This function internally calls the GetLinkLevel function (that has parameters.) A value of LINK_LEVEL_0 is returned as the result if the overloaded GetLinkLevel function (with arguments) fails.


CONFIDENTIAL