Diarkis C++Client Library API Document
Diarkis::MatchMakerResultItem Struct Reference

Structure to contain MatchMaker search results. More...

#include <eventArgs.h>

Public Member Functions

 MatchMakerResultItem (Diarkis::StdString &id, Diarkis::StdString &roomID, uint16_t maxMembers)
 
const Diarkis::StdStringGetID (void)
 Get the matchmaking id. More...
 
const Diarkis::StdStringGetRoomID (void)
 Get the matchmaking room id. More...
 
uint16_t GetMaxMembers (void)
 Maximum number of users that can be matched. More...
 

Detailed Description

Structure to contain MatchMaker search results.

Constructor & Destructor Documentation

◆ MatchMakerResultItem()

Diarkis::MatchMakerResultItem::MatchMakerResultItem ( Diarkis::StdString id,
Diarkis::StdString roomID,
uint16_t  maxMembers 
)
inline

Member Function Documentation

◆ GetID()

const Diarkis::StdString& Diarkis::MatchMakerResultItem::GetID ( void  )
inline

Get the matchmaking id.

◆ GetRoomID()

const Diarkis::StdString& Diarkis::MatchMakerResultItem::GetRoomID ( void  )
inline

Get the matchmaking room id.

◆ GetMaxMembers()

uint16_t Diarkis::MatchMakerResultItem::GetMaxMembers ( void  )
inline

Maximum number of users that can be matched.


The documentation for this struct was generated from the following file: