FTEQW
Documentation of the FTE engine source tree.
icefuncs_t Struct Reference

#include <netinc.h>

Public Member Functions

struct icestate_s *QDECL * Create (void *module, const char *conname, const char *peername, enum icemode_e mode, enum iceproto_e proto, qboolean initiator)
 
 qboolean (QDECL *Set)(struct icestate_s *con
 
 qboolean (QDECL *Get)(struct icestate_s *con
 
struct icecandinfo_s *QDECL * GetLCandidateInfo (struct icestate_s *con)
 
 void (QDECL *AddRCandidateInfo)(struct icestate_s *con
 
 void (QDECL *Close)(struct icestate_s *con
 
 void (QDECL *CloseModule)(void *module)
 
 qboolean (QDECL *GetLCandidateSDP)(struct icestate_s *con
 
struct icestate_s *QDECL * Find (void *module, const char *conname)
 

Public Attributes

const char * prop
 
const char const char * value
 
const char char * value
 
const char char size_t valuesize
 
struct icecandinfo_scand
 
qboolean force
 
char * out
 
char size_t valuesize
 

Member Function Documentation

◆ Create()

struct icestate_s *QDECL * icefuncs_t::Create ( void module,
const char *  conname,
const char *  peername,
enum icemode_e  mode,
enum iceproto_e  proto,
qboolean  initiator 
)

◆ Find()

struct icestate_s *QDECL * icefuncs_t::Find ( void module,
const char *  conname 
)

◆ GetLCandidateInfo()

struct icecandinfo_s *QDECL * icefuncs_t::GetLCandidateInfo ( struct icestate_s *  con)

◆ qboolean() [1/3]

icefuncs_t::qboolean ( QDECL *  Get)

◆ qboolean() [2/3]

icefuncs_t::qboolean ( QDECL *  GetLCandidateSDP)

◆ qboolean() [3/3]

icefuncs_t::qboolean ( QDECL *  Set)

◆ void() [1/3]

icefuncs_t::void ( QDECL *  AddRCandidateInfo)

◆ void() [2/3]

icefuncs_t::void ( QDECL *  Close)

◆ void() [3/3]

icefuncs_t::void ( QDECL *  CloseModule)

Member Data Documentation

◆ cand

struct icecandinfo_s* icefuncs_t::cand

◆ force

qboolean icefuncs_t::force

◆ out

char* icefuncs_t::out

◆ prop

const char * icefuncs_t::prop

◆ value [1/2]

const char const char* icefuncs_t::value

◆ value [2/2]

const char char* icefuncs_t::value

◆ valuesize [1/2]

const char char size_t icefuncs_t::valuesize

◆ valuesize [2/2]

char size_t icefuncs_t::valuesize

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