nn::y2r::CTR::SetPackageParameter Function

Syntax

void SetPackageParameter(
     const PackageParameter & param
);

Parameters

Name Description
in param Parameter to set.

Return Values

None.

Description

Configures the Y2R settings all at once.

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

Revision History

2011/03/07
Added that using the SetPackageParameter function is recommended.
2010/08/16
Initial version.

CONFIDENTIAL