Arduino DLNA Server
Notification.h
Go to the documentation of this file.
1 #include "basic/Str.h"
2 
3 namespace tiny_dlna {
4 
9 class Notification {
10  public:
11  uint32_t valid_until;
13 };
14 }
DLNA notification.
Definition: Notification.h:9
uint32_t valid_until
Definition: Notification.h:11
Str notification_url
Definition: Notification.h:12
String implementation which keeps the data on the heap. We grow the allocated memory only if the copy...
Definition: Str.h:22
Definition: Allocator.h:6