The condition class used when searching for a session.
More...
The condition class used when searching for a session.
- See also
- nn::pia::session::SessionSearchCriteria
nn::pia::inet::NexSessionSearchCriteriaOwner::NexSessionSearchCriteriaOwner |
( |
u32 |
ownerPrincipalId, |
|
|
u32 |
resultOffset, |
|
|
u32 |
resultSize |
|
) |
| |
|
inline |
The constructor.
- Parameters
-
[in] | ownerPrincipalId | Specify the principal ID of the owner as a search condition. |
[in] | resultOffset | Starting position of the entries to get as search results from the list of entries that match the search criteria. |
[in] | resultSize | Number of entries to get as search results from the list of entries that match the search criteria. |
Assignment operator.
- Parameters
-
[in] | r | The object to assign. |
- Returns
- See this object.
void nn::pia::inet::NexSessionSearchCriteriaOwner::SetOwnerPrincipalId |
( |
u32 |
ownerPrincipalId | ) |
|
|
inline |
Specifies the principal ID of the owner as a search condition.
- Parameters
-
[in] | ownerPrincipalId | The principal ID of the owner to use as a search condition. |
virtual void nn::pia::session::SessionSearchCriteria::SetResultRange |
( |
u32 |
offset, |
|
|
u32 |
size |
|
) |
| |
|
inlinevirtualinherited |
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] | offset | Starting position of the entries to get as search results from the list of entries that match the search criteria. |
[in] | size | Number of entries to get as search results from the list of entries that match the search criteria. |