RTS API Documentation  1.10.11
Data Fields
msrp_msg_s Struct Reference

#include <switch_msrp.h>

+ Collaboration diagram for msrp_msg_s:

Data Fields

int state
 
int method
 
switch_event_theaders
 
const char * transaction_id
 
const char * delimiter
 
int code_number
 
const char * code_description
 
switch_size_t byte_start
 
switch_size_t byte_end
 
switch_size_t bytes
 
switch_size_t payload_bytes
 
switch_size_t accumulated_bytes
 
int range_star
 
char * last_p
 
char * payload
 
struct msrp_msg_snext
 

Detailed Description

Definition at line 72 of file switch_msrp.h.

Field Documentation

◆ accumulated_bytes

switch_size_t msrp_msg_s::accumulated_bytes

Definition at line 84 of file switch_msrp.h.

Referenced by msrp_parse_buffer(), msrp_report(), and msrp_worker().

◆ byte_end

switch_size_t msrp_msg_s::byte_end

◆ byte_start

switch_size_t msrp_msg_s::byte_start

◆ bytes

switch_size_t msrp_msg_s::bytes

Definition at line 82 of file switch_msrp.h.

Referenced by msrp_msg_serialize(), msrp_parse_headers(), and msrp_report().

◆ code_description

const char* msrp_msg_s::code_description

◆ code_number

int msrp_msg_s::code_number

Definition at line 78 of file switch_msrp.h.

Referenced by msrp_msg_serialize(), msrp_parse_headers(), and switch_msrp_msg_dup().

◆ delimiter

const char* msrp_msg_s::delimiter

◆ headers

switch_event_t* msrp_msg_s::headers

◆ last_p

char* msrp_msg_s::last_p

Definition at line 86 of file switch_msrp.h.

Referenced by msrp_parse_buffer(), msrp_parse_headers(), and msrp_worker().

◆ method

int msrp_msg_s::method

◆ next

struct msrp_msg_s* msrp_msg_s::next

Definition at line 88 of file switch_msrp.h.

Referenced by switch_msrp_session_pop_msg(), and switch_msrp_session_push_msg().

◆ payload

char* msrp_msg_s::payload

◆ payload_bytes

switch_size_t msrp_msg_s::payload_bytes

◆ range_star

int msrp_msg_s::range_star

Definition at line 85 of file switch_msrp.h.

Referenced by msrp_parse_buffer(), msrp_parse_headers(), and msrp_worker().

◆ state

int msrp_msg_s::state

◆ transaction_id

const char* msrp_msg_s::transaction_id

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