nn::nex::DataStoreClient::GetRating Member Function

Syntax

virtual qBool GetRating(
     ProtocolCallContext * pContext,
     const DataStoreRatingTarget & target,
     DataStoreRatingInfo * pRating,
     qUnsignedInt64 accessPassword = DataStoreConstants::INVALID_PASSWORD
);

Parameters

Name Description
in pContext Call information.
in target Target to get ratings information.
out pRating Ratings information.
in accessPassword Access password. DataStoreConstants::INVALID_PASSWORD by default. The password is not authenticated.

Return Values



Value Description
true RMC call initialization succeeded.
false Failure.

Description

Gets the data ratings information.

Gets a single piece of ratings information for the specified data ID and slot. Only people who have access rights to the data can get the data.

Revision History

2012/10/23
Added that only a person who has access rights can get the data.
2012/07/04
Access permissions are now checked. Added an access password to Arguments.
2011/07/13
Initial version.

CONFIDENTIAL