nn::uds::CTR::NetworkDescriptionReader::GetRadioStrength Member Function

Syntax

nn::Result GetRadioStrength(
     LinkLevel * pLinkLevel
);

Arguments

Name Description
out pLinkLevel Signal strength storage location.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
Result::IsSuccess The network information has been obtained successfully.
A value other than the above. Failed for reasons other than those given above.

Description

Gets the network signal strength calculated as a link level.

Revision History

2010/10/23
Changed the signal strength calculation formula similar to how nn::uds::GetLinkLevel was changed.
2010/10/15
Expanded the information on the return values. Revised the Description to make it easier to understand.
2010/06/14
Initial version.

CONFIDENTIAL