CTR-VCT  2.0.2
VoiceChat Libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
VCTSession Struct Reference

Defines the structure for a session. Used for managing CIDs and the session state. More...


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

Data Fields

VCTMode mode
 Chat mode in this session. More...
 
u8 _padding0_
 Represents a reserved region. More...
 
u16 cid
 Remote CID. More...
 
u16 _padding1_
 Represents a reserved region. More...
 
u16 cidList [16]
 List of client CIDs in conference mode. More...
 
VCTState state
 State of this session. More...
 
u8 _padding2_
 Represents a reserved region. More...
 
void * userData
 User data. More...
 
VCTSession_next
 

Detailed Description

Defines the structure for a session. Used for managing CIDs and the session state.

See Also
VCTConfig

Field Documentation

VCTSession* _next
u8 _padding0_

Represents a reserved region.

u16 _padding1_

Represents a reserved region.

u8 _padding2_

Represents a reserved region.

u16 cid

Remote CID.

u16 cidList[16]

List of client CIDs in conference mode.

VCTMode mode

Chat mode in this session.

VCTState state

State of this session.

void* userData

User data.