Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


multicast_control_packet Struct Reference

Structure for a Linksys control packet. More...

Data Fields

uint32_t command
 
uint32_t ip
 
uint32_t port
 
uint32_t unique_id
 

Detailed Description

Structure for a Linksys control packet.

Definition at line 72 of file res_rtp_multicast.c.

Field Documentation

uint32_t command

Actual command in the control packet

Definition at line 76 of file res_rtp_multicast.c.

uint32_t ip

IP address for the RTP

Definition at line 78 of file res_rtp_multicast.c.

Referenced by multicast_send_control_packet().

uint32_t port

Port for the RTP

Definition at line 80 of file res_rtp_multicast.c.

Referenced by multicast_send_control_packet().

uint32_t unique_id

Unique identifier for the control packet

Definition at line 74 of file res_rtp_multicast.c.

Referenced by multicast_send_control_packet().


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