ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
webrtc_recv_msg_t Struct Reference

Receive queue element (variable-length message) More...

Data Fields

uint8_tdata
 Message data (allocated, caller must free)
 
size_t len
 Message length in bytes.
 

Detailed Description

Receive queue element (variable-length message)

Definition at line 50 of file webrtc/transport.c.

Field Documentation

◆ data

uint8_t* webrtc_recv_msg_t::data

Message data (allocated, caller must free)

Definition at line 51 of file webrtc/transport.c.

◆ len

size_t webrtc_recv_msg_t::len

Message length in bytes.

Definition at line 52 of file webrtc/transport.c.


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