TAO_AV 4.0.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
sdesItem_s Struct Reference

This is a linked list of structures containing source description 'items' such as canonical name, email, location etc. More...

#include <RTCP_Packet.h>

Collaboration diagram for sdesItem_s:
Collaboration graph
[legend]

Public Attributes

sdesItem_tnext_
 link to next item.
 
unsigned char type_
 Type of item (eg canonical name).
 
union { 
 
   struct { 
 
      unsigned char   length_ 
 Length of an item (in octets). More...
 
      char *   data_ 
 Item text, not null-terminated. More...
 
   }   standard_ 
 
   struct { 
 
      unsigned char   name_length_ 
 Length of the name of an item (in octets). More...
 
      unsigned char   data_length_ 
 Length of the item data (in octets). More...
 
      char *   name_ 
 The name of the item, not null-terminated. More...
 
      char *   data_ 
 Item data, not null-terminated. More...
 
   }   priv_ 
 
info_ 
 

Detailed Description

This is a linked list of structures containing source description 'items' such as canonical name, email, location etc.

Member Data Documentation

◆ data_

char* sdesItem_s::data_

Item text, not null-terminated.

Item data, not null-terminated.

◆ data_length_

unsigned char sdesItem_s::data_length_

Length of the item data (in octets).

◆ [union]

union { ... } sdesItem_s::info_

◆ length_

unsigned char sdesItem_s::length_

Length of an item (in octets).

◆ name_

char* sdesItem_s::name_

The name of the item, not null-terminated.

◆ name_length_

unsigned char sdesItem_s::name_length_

Length of the name of an item (in octets).

◆ next_

sdesItem_t* sdesItem_s::next_

link to next item.

◆ [struct]

struct { ... } sdesItem_s::priv_

◆ [struct]

struct { ... } sdesItem_s::standard_

◆ type_

unsigned char sdesItem_s::type_

Type of item (eg canonical name).


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