Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/uds/CTR/
Duds_NetworkDescription.h80 …calCommunicationId() const {return m_IsInitialized? detail::UDS_BE2LE32(m_Element.gameId):0; } … in GetLocalCommunicationId()
81 …u8 GetSubId() const {return m_IsInitialized? m_Element.subId:0; } … in GetSubId()
82 …u32 GetTemporaryId() const {return m_IsInitialized? detail::UDS_BE2LE32(m_Element.temporar… in GetTemporaryId()
84 …u8 GetNowEntry() const { return m_IsInitialized? m_Element.nowEntry:0 ; } … in GetNowEntry()
85 …u8 GetMaxEntry() const { return m_IsInitialized? m_Element.maxEntry:0 ; } … in GetMaxEntry()
87 …AsSpectator() const { return ( m_IsInitialized && !(detail::UDS_BE2LE16(m_Element.attribute) & det… in CanConnectAsSpectator()
107 detail::NetworkDescriptionElement m_Element; //!< システムの都合上ネットワークバイトオーダーとなっていることに注意 variable