nn::uds::CTR::GetLinkLevel Function

Syntax

nn::Result GetLinkLevel(
     LinkLevel * pLinkLevel
);

Arguments

Name Description
out pLinkLevel The current link level.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
ResultSuccess Process was successful.
A value other than the above. Failed for reasons other than those given above.

Description

Gets the current link level.

Revision History

2010/10/22
Revised the formula for calculating the link level. (It's not completely adjusted. It may change in the future.)
2010/09/02
Initial version.

CONFIDENTIAL