Arduino DLNA Server
Loading...
Searching...
No Matches
Public Attributes | List of all members
tiny_dlna::XMLParserPrint::CBRef Struct Reference

Internal callback reference used to capture the callback data from XMLParser and forward it to the caller. More...

#include <XMLParserPrint.h>

Public Attributes

int start = 0
 Start position of parsed data.
 
int len = 0
 Length of parsed data.
 
StroutNode = nullptr
 Output node name pointer.
 
Vector< Str > * outPath = nullptr
 Output path vector pointer.
 
StroutText = nullptr
 Output text pointer.
 
StroutAttrs = nullptr
 Output attributes pointer.
 

Detailed Description

Internal callback reference used to capture the callback data from XMLParser and forward it to the caller.

Member Data Documentation

◆ len

int tiny_dlna::XMLParserPrint::CBRef::len = 0

Length of parsed data.

◆ outAttrs

Str* tiny_dlna::XMLParserPrint::CBRef::outAttrs = nullptr

Output attributes pointer.

◆ outNode

Str* tiny_dlna::XMLParserPrint::CBRef::outNode = nullptr

Output node name pointer.

◆ outPath

Vector<Str>* tiny_dlna::XMLParserPrint::CBRef::outPath = nullptr

Output path vector pointer.

◆ outText

Str* tiny_dlna::XMLParserPrint::CBRef::outText = nullptr

Output text pointer.

◆ start

int tiny_dlna::XMLParserPrint::CBRef::start = 0

Start position of parsed data.


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