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

#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]
 

Detailed Description

Info about the node that we received a mesage from.

Definition at line 18 of file ssdp_common.h.

Member Data Documentation

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.


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