Home
last modified time | relevance | path

Searched refs:gameId (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/uds/CTR/
Duds_InfoElement.h62 u32 gameId; //!< プラットホームを越えて一意な、ゲームタイトル毎に割り振られるID member
Duds_NetworkDescription.h80 …icationId() const {return m_IsInitialized? detail::UDS_BE2LE32(m_Element.gameId):0; } … in GetLocalCommunicationId()