18#ifndef __BIN_NETPING_H
19#define __BIN_NETPING_H
Network ping/pong application.
Result arpPing(const char *dev, const char *host)
Send ARP ping/pong.
Result icmpPing(const char *dev, const char *host)
Send ICMP ping/pong.
virtual ~NetPing()
Class destructor.
virtual Result exec()
Execute the application event loop.
POSIX-compatible application.