Arduino DLNA Server
|
Attributes needed for the DLNA Service Definition. More...
#include <DLNAServiceInfo.h>
Public Member Functions | |
DLNAServiceInfo (bool flag=true) | |
void | setup (const char *type, const char *id, const char *scp, http_callback cbScp, const char *control, http_callback cbControl, const char *event, http_callback cbEvent) |
operator bool () | |
Public Attributes | |
const char * | service_type = nullptr |
const char * | service_id = nullptr |
const char * | scpd_url = nullptr |
const char * | control_url = nullptr |
const char * | event_sub_url = nullptr |
http_callback | scp_cb = nullptr |
http_callback | control_cb = nullptr |
http_callback | event_sub_cb = nullptr |
bool | is_active = true |
Attributes needed for the DLNA Service Definition.
|
inline |
|
inline |
|
inline |
http_callback tiny_dlna::DLNAServiceInfo::control_cb = nullptr |
const char* tiny_dlna::DLNAServiceInfo::control_url = nullptr |
http_callback tiny_dlna::DLNAServiceInfo::event_sub_cb = nullptr |
const char* tiny_dlna::DLNAServiceInfo::event_sub_url = nullptr |
bool tiny_dlna::DLNAServiceInfo::is_active = true |
http_callback tiny_dlna::DLNAServiceInfo::scp_cb = nullptr |
const char* tiny_dlna::DLNAServiceInfo::scpd_url = nullptr |
const char* tiny_dlna::DLNAServiceInfo::service_id = nullptr |
const char* tiny_dlna::DLNAServiceInfo::service_type = nullptr |