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
Result::IsSuccess Process was successful.
A value other than the above. Failed for reasons other than those given above.

Description

Gets the current link level.

This function is thread-safe.

Revision History

2012/01/25
Bug was fixed, so deleted the note about the problem where values available during communication can be still be obtained after communications end (DestroyNetwork or DisconnectNetwork).
2012/01/20
Added a note that there is a bug where values available during communication can still be obtained after communications end (DestroyNetwork or DisconnectNetwork).
2010/10/22
Revised the formula for calculating the link level. (An additional revision may be needed in the future.)
2010/09/02
Initial version.

CONFIDENTIAL