#include <ssdp_message.h>

Public Attributes | |
| unsigned char | type |
| char * | unknown_type |
| char * | contents |
| struct ssdp_header_struct * | first |
| struct ssdp_header_struct * | next |
The SSDP message header.
Definition at line 56 of file ssdp_message.h.
| 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.
1.8.8