Numworks Epsilon  1.4.1
Graphing Calculator Operating System
ping.cpp
Go to the documentation of this file.
1 #include "command.h"
2 
3 namespace Ion {
4 namespace Device {
5 namespace Bench {
6 namespace Command {
7 
8 void Ping(const char * input) {
9  if (input != nullptr) {
11  return;
12  }
13  reply("PONG");
14 }
15 
16 }
17 }
18 }
19 }
const char *const sSyntaxError
Definition: command.cpp:11
void Ping(const char *input)
Definition: ping.cpp:8
void reply(const char *s)
Definition: command.cpp:15
Definition: backlight.h:6