hyperion.ng
Public Slots | Public Member Functions | List of all members
ProtoServer Class Reference

This class creates a TCP server which accepts connections wich can then send in Protocol Buffer encoded commands. More...

#include <ProtoServer.h>

Inheritance diagram for ProtoServer:

Public Slots

void handleSettingsUpdate (const settings::type &type, const QJsonDocument &config)
 Handle settings update. More...
 
void initServer ()
 

Public Member Functions

 ProtoServer (const QJsonDocument &config, QObject *parent=nullptr)
 

Detailed Description

This class creates a TCP server which accepts connections wich can then send in Protocol Buffer encoded commands.

This interface to Hyperion is used by various third-party applications

Member Function Documentation

§ handleSettingsUpdate

void ProtoServer::handleSettingsUpdate ( const settings::type &  type,
const QJsonDocument &  config 
)
slot

Handle settings update.

Parameters
typeThe type from enum
configThe configuration

The documentation for this class was generated from the following files: