#include <ssdp_common.h>
Public Attributes | |
| char | from_ip [IPv6_STR_MAX_SIZE] |
| char | from_mac [MAC_STR_MAX_SIZE] |
| int | recv_bytes |
| char | recv_data [SSDP_RECV_DATA_LEN] |
Info about the node that we received a mesage from.
Definition at line 18 of file ssdp_common.h.
| char ssdp_recv_node_s::from_ip[IPv6_STR_MAX_SIZE] |
The IP address of the node.
Definition at line 20 of file ssdp_common.h.
| char ssdp_recv_node_s::from_mac[MAC_STR_MAX_SIZE] |
The MAC address of the node.
Definition at line 22 of file ssdp_common.h.
| int ssdp_recv_node_s::recv_bytes |
Number of received bytes.
Definition at line 24 of file ssdp_common.h.
| char ssdp_recv_node_s::recv_data[SSDP_RECV_DATA_LEN] |
The data received.
Definition at line 26 of file ssdp_common.h.
1.8.8