17 #include <pia/local/local_LocalSessionInfo.h> 18 #include <pia/local/local_UdsNetworkSetting.h> 126 virtual nn::Result
GetBssid(bit8* pBssidBuffer)
const;
132 virtual void Trace(u64 flag);
138 virtual void SetSessionStationInfo(u32 index);
void Copy(UdsSessionInfo &rhs)
Copies session information.
virtual nn::Result GetApplicationDataSize(size_t *pSize)
Gets the length of the session's application-defined data.
virtual nn::Result GetBssid(bit8 *pBssidBuffer) const
Gets the BSSID (the host's MAC address).
static const u8 STATION_MAX_ENTRY
The maximum number of nodes that can connect. The local network host is included in the number of con...
Definition: local_LocalNetworkSetting.h:33
virtual void Clear()
Clears session information.
virtual u32 GetCurrentParticipants() const
Gets the number of people participating in a session.
Class that holds information about stations that are connected to a network that uses the UDS library...
Definition: local_UdsNetworkSetting.h:330
virtual void Trace(u64 flag)
Prints information that is useful for debugging.
Represents information about a station that is participating in a session.
Definition: session_SessionStationInfo.h:31
virtual nn::Result GetApplicationDataBuf(void *pBuffer, size_t size)
Gets the session's application-defined data.
virtual u32 GetGameMode() const
Gets the session's game mode.
virtual u32 GetSessionId() const
Gets the session's ID.
virtual nn::Result GetSessionStationInfo(session::SessionStationInfo *pSessionStationInfo) const
Gets the information for stations currently participating in sessions.
Data class for local communication sessions.
Definition: local_UdsSessionInfo.h:30
Data class for local communication sessions.
Definition: local_LocalSessionInfo.h:43
Class that holds information about networks that use the UDS library.
Definition: local_UdsNetworkSetting.h:110
Class that holds information about a local network.
Definition: local_LocalNetworkSetting.h:121
virtual u32 GetMaxParticipants() const
Gets the maximum number of people who can participate in a session.
virtual bool IsOpened() const
Gets whether a session is open for recruitment.