Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/RADDS/Network.h')
-rw-r--r--src/RADDS/Network.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/RADDS/Network.h b/src/RADDS/Network.h
index 32f5ce31..8e315574 100644
--- a/src/RADDS/Network.h
+++ b/src/RADDS/Network.h
@@ -23,6 +23,10 @@ public:
void Interrupt() const { };
void Diagnostics(MessageType mtype) const { };
+ void EnableProtocol(int protocol, int port, bool secure, StringRef& reply) { }
+ void DisableProtocol(int protocol, StringRef& reply) { }
+ void ReportProtocols(StringRef& reply) const;
+
bool IsEnabled() const { return false; }
bool InLwip() const { return false; }
void SetHostname(const char *name) const { };