nn::y2r::CTR::GetPackageParameter Function

Syntax

void GetPackageParameter(
     PackageParameter * pParam
);

Arguments

Name Description
in pParam Parameters to get.

Return Values

None.

Description

Gets the Y2R settings all at once.

We recommend using this function rather than separate Get function calls to obtain multiple member values of nn::y2r::CTR::PackageParameter. The processing time of this function is shorter than making separate Get function calls.

Revision History

2011/03/08
Initial version.

CONFIDENTIAL