GetLinkLevel

nn::dlp::CTR::Server::GetLinkLevel Member Function

Syntax

static nn::Result GetLinkLevel(
     nn::uds::LinkLevel * pLinkLevel
);

Parameters

Name Description
out pLinkLevel Returns the link level.

Return Values

The following Result values are returned as the result of the operation.

Value Description
Result::IsSuccess The link level was obtained successfully.

Description

Returns the lowest client link level value.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL