mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 13:07:03 +03:00
update cspot
This commit is contained in:
18
components/spotify/cspot/bell/include/platform/MDNSService.h
Normal file
18
components/spotify/cspot/bell/include/platform/MDNSService.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef BELLL_MDNS_SERVICE_H
|
||||
#define BELLL_MDNS_SERVICE_H
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
||||
class MDNSService {
|
||||
public:
|
||||
static void registerService(
|
||||
const std::string &serviceName,
|
||||
const std::string &serviceType,
|
||||
const std::string &serviceProto,
|
||||
const std::string &serviceHost,
|
||||
int servicePort,
|
||||
const std::map<std::string, std::string> txtData
|
||||
);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user