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

#include <ssdp_message.h>

Collaboration diagram for ssdp_custom_field_struct:
Collaboration graph
[legend]

Public Attributes

char * name
 
char * contents
 
struct ssdp_custom_field_structfirst
 
struct ssdp_custom_field_structnext
 

Detailed Description

SSDP custom field.

Definition at line 70 of file ssdp_message.h.

Member Data Documentation

char* ssdp_custom_field_struct::contents

The contents (value) of the custom field.

Definition at line 74 of file ssdp_message.h.

struct ssdp_custom_field_struct* ssdp_custom_field_struct::first

The first custom field in the list.

Definition at line 76 of file ssdp_message.h.

char* ssdp_custom_field_struct::name

The name of the custom field.

Definition at line 72 of file ssdp_message.h.

struct ssdp_custom_field_struct* ssdp_custom_field_struct::next

The next custom field in the list.

Definition at line 78 of file ssdp_message.h.


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