#include <ssdp_message.h>

Public Attributes | |
| char * | name |
| char * | contents |
| struct ssdp_custom_field_struct * | first |
| struct ssdp_custom_field_struct * | next |
SSDP custom field.
Definition at line 70 of file ssdp_message.h.
| 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.
1.8.8