my_teams
team_t Struct Reference

#include <events_structures.h>

Collaboration diagram for team_t:
Collaboration graph

Public Attributes

char uuid [UUID_LENGTH]
 
char name [MAX_NAME_LENGTH]
 
char description [MAX_DESCRIPTION_LENGTH]
 

Detailed Description

Struct response for EVT_CREATE_TEAM, EVT_INFO_TEAM, EVT_LIST_TEAMS and EVT_TEAM_CREATE

Member Data Documentation

◆ description

char team_t::description[MAX_DESCRIPTION_LENGTH]

◆ name

char team_t::name[MAX_NAME_LENGTH]

◆ uuid

char team_t::uuid[UUID_LENGTH]

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