My Project
Loading...
Searching...
No Matches
MCLoggingSyslogConfiguration.h
Go to the documentation of this file.
1#pragma once
2
3#include <Arduino.h>
4
6 bool Enabled;
7 std::string ServerAddress;
8 uint16_t ServerPort;
9 std::string AppName;
10 int mask;
11};
Definition MCLoggingSyslogConfiguration.h:5
int mask
Definition MCLoggingSyslogConfiguration.h:10
std::string AppName
Definition MCLoggingSyslogConfiguration.h:9
std::string ServerAddress
Definition MCLoggingSyslogConfiguration.h:7
bool Enabled
Definition MCLoggingSyslogConfiguration.h:6
uint16_t ServerPort
Definition MCLoggingSyslogConfiguration.h:8