CTR Pia  4.11.3
Game Communication Engine
nn::pia::session::SessionSearchCriteria Class Reference

The base class for the search criteria used when searching for sessions. More...

+ Inheritance diagram for nn::pia::session::SessionSearchCriteria:

Public Member Functions

SessionSearchCriteriaoperator= (const SessionSearchCriteria &r)
 Assignment operator. More...
 
virtual void SetResultRange (u32 offset, u32 size)
 Specifies the range of search results to get. More...
 

Detailed Description

The base class for the search criteria used when searching for sessions.

This class is never instantiated by an application. Use a class that inherits this class.

Revision History:
2014-02-27 Initial version.
See also
nn::pia::local::LocalSessionSearchCriteria
nn::pia::inet::NexSessionSearchCriteria

Member Function Documentation

SessionSearchCriteria& nn::pia::session::SessionSearchCriteria::operator= ( const SessionSearchCriteria r)
inline

Assignment operator.

Parameters
[in]rThe object to assign.
Returns
See this object.
virtual void nn::pia::session::SessionSearchCriteria::SetResultRange ( u32  offset,
u32  size 
)
inlinevirtual

Specifies the range of search results to get.

If you specify 0xFFFFFFFF for the offset only during Internet communication, the search results will be sorted randomly and it will get the specified number of entries.

Parameters
[in]offsetStarting position of the entries to get as search results from the list of entries that match the search criteria.
[in]sizeNumber of entries to get as search results from the list of entries that match the search criteria.