Arduino DLNA Server
Public Member Functions | Public Attributes | List of all members
tiny_dlna::RequestData Struct Reference

Provides information of the received UDP which consists of the (xml) data and the peer address and port. More...

#include <IUDPService.h>

Collaboration diagram for tiny_dlna::RequestData:
Collaboration graph
[legend]

Public Member Functions

 operator bool ()
 

Public Attributes

Str data {0}
 
IPAddressAndPort peer
 

Detailed Description

Provides information of the received UDP which consists of the (xml) data and the peer address and port.

Author
Phil Schatzmann

Member Function Documentation

◆ operator bool()

tiny_dlna::RequestData::operator bool ( )
inline

Member Data Documentation

◆ data

Str tiny_dlna::RequestData::data {0}

◆ peer

IPAddressAndPort tiny_dlna::RequestData::peer

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