Arduino DLNA Server
Loading...
Searching...
No Matches
Public Attributes | List of all members
tiny_dlna::DLNAMediaRenderer< ClientType >::ActionRule Struct Reference

Individual action rule for handling specific actions. More...

#include <DLNAMediaRenderer.h>

Public Attributes

const char * suffix
 
bool(* handler )(DLNAMediaRenderer *, ActionRequest &, IHttpServer &)
 

Detailed Description

template<typename ClientType>
struct tiny_dlna::DLNAMediaRenderer< ClientType >::ActionRule

Individual action rule for handling specific actions.

Member Data Documentation

◆ handler

template<typename ClientType >
bool(* tiny_dlna::DLNAMediaRenderer< ClientType >::ActionRule::handler) (DLNAMediaRenderer *, ActionRequest &, IHttpServer &)

◆ suffix

template<typename ClientType >
const char* tiny_dlna::DLNAMediaRenderer< ClientType >::ActionRule::suffix

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