nn::cec::CTR::MakeCecTitleId Function

Syntax

nn::cec::CTR::TitleId MakeCecTitleId(
     bit32 id,
     bit8 variation = 0x0
);

Arguments

Name Description
in id A 20-bit unique ID. To communicate between several titles using shared boxes, specify one of the unique IDs.
in variation Not used.

Return Values

CecTitleId

Description

Generates a 32-bit StreetPass ID (CecTitleId) that is used in StreetPass from a 20-bit unique ID.

Use the ID specified for your particular application as the base ID.
StreetPass searches for partners who have registered messages bearing the same StreetPass ID. (Communication is possible even between systems of different regions.)

Revision History

2010/11/10
Initial version.

CONFIDENTIAL