Arduino DLNA Server
Classes | Namespaces | Macros
Schedule.h File Reference
#include "DLNADevice.h"
#include "IUDPService.h"
Include dependency graph for Schedule.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tiny_dlna::Schedule
 An individual Schedule (to send out UDP messages) More...
 
class  tiny_dlna::MSearchSchedule
 Send MSearch request. More...
 
class  tiny_dlna::MSearchReplySchedule
 Answer from device to MSearch request by sending a reply. More...
 
class  tiny_dlna::MSearchReplyCP
 Processing at control point to handle a MSearchReply from the device. More...
 
class  tiny_dlna::NotifyReplyCP
 
class  tiny_dlna::PostAliveSchedule
 Send out PostAlive messages: Repeated every 5 seconds. More...
 
class  tiny_dlna::PostByeSchedule
 Send out ByeBye message. More...
 
class  tiny_dlna::PostSubscribe
 Send SUBSCRIBE message via UDP unicast. More...
 

Namespaces

 tiny_dlna
 

Macros

#define MAX_TMP_SIZE   300
 
#define ALIVE_MS   0
 
#define MAX_AGE   (60 * 60 * 24)
 

Macro Definition Documentation

◆ ALIVE_MS

#define ALIVE_MS   0

◆ MAX_AGE

#define MAX_AGE   (60 * 60 * 24)

◆ MAX_TMP_SIZE

#define MAX_TMP_SIZE   300