16 #include <nn/pia/inet/inet_Definitions.h>
20 #include <nn/pia/inet/inet_NexSessionTypes.h>
21 #include <nn/pia/session/session_SessionSearchCriteria.h>
23 #if NN_PIA_NINTENDOSDK
24 #include <nn/account.h>
64 #if NN_PIA_NINTENDOSDK
74 Result SetParticipantPrincipalIdByNetworkServiceAccountId(nn::account::NetworkServiceAccountId* idList, uint32_t idListSize);
94 const PrincipalId* GetParticipantPrincipalId()
const;
95 uint32_t GetParticipantPrincipalIdSize()
const;
96 bool IsNetworkServiceAccountIdUsed()
const;
97 bool IsMyBlockListUsed()
const;
98 bool IsOthersBlockListUsed()
const;
99 bool IsApplicationDataEnabled()
const;
124 virtual void Reset();
128 uint32_t m_ParticipantPrincipalIdNum;
129 bool m_IsNetworkServiceAccoundIdUsed;
130 bool m_IsMyBlockListUsed;
131 bool m_IsOthersBlockListUsed;
132 bool m_IsApplicationDataEnabled;
136 virtual Result SetResultRange(uint32_t offset, uint32_t size);