Arduino DLNA Server
|
#include <stdio.h>
#include <string.h>
#include <IPAddress.h>
#include <assert.h>
Go to the source code of this file.
Classes | |
class | tiny_dlna::StrView |
A simple wrapper to provide string functions on char*. If the underlying char* is a const we do not allow any updates; The ownership of the chr* must be managed externally! More... | |
Namespaces | |
tiny_dlna | |