|
libupnpp 0.16.0
A C++ wrapper for the Portable UPnP reference library
|
Public Attributes | |
| std::function< int(const std::string &, FileInfo *)> | getinfo |
| std::function< void *(const std::string &)> | open |
| std::function< int(void *hdl, char *buf, size_t cnt)> | read |
| std::function< off_t(void *hdl, off_t offs, int whence)> | seek |
| std::function< void(void *hdl)> | close |