LIBSSDP
 All Classes Files Functions Variables Typedefs Macros
Public Attributes | List of all members
ssdp_header_struct Struct Reference

#include <ssdp_message.h>

Collaboration diagram for ssdp_header_struct:
Collaboration graph
[legend]

Public Attributes

unsigned char type
 
char * unknown_type
 
char * contents
 
struct ssdp_header_structfirst
 
struct ssdp_header_structnext
 

Detailed Description

The SSDP message header.

Definition at line 56 of file ssdp_message.h.

Member Data Documentation

char* ssdp_header_struct::contents

The contents (value) of the custom field.

Definition at line 62 of file ssdp_message.h.

struct ssdp_header_struct* ssdp_header_struct::first

The first header in the list.

Definition at line 64 of file ssdp_message.h.

struct ssdp_header_struct* ssdp_header_struct::next

The next header in the list.

Definition at line 66 of file ssdp_message.h.

unsigned char ssdp_header_struct::type

The header type. Types are defined in this file.

Definition at line 58 of file ssdp_message.h.

char* ssdp_header_struct::unknown_type

If header type is non-standard type this is its type name.

Definition at line 60 of file ssdp_message.h.


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