pfodParser  5.0.1
The pfodParser library is handles commands sent from the Android pfodApp, pfodApp supports WiFi, BLE, Bluetooth and SMS connections
pfodCmd Class Reference

#include <pfodCmd.h>

Inherits Printable.

Public Member Functions

 pfodCmd ()
 
size_t printTo (Print &p) const
 

Public Attributes

char cmd [5] = ""
 

Detailed Description

Definition at line 6 of file pfodCmd.h.

Constructor & Destructor Documentation

◆ pfodCmd()

pfodCmd::pfodCmd ( )

Member Function Documentation

◆ printTo()

size_t pfodCmd::printTo ( Print &  p) const

Member Data Documentation

◆ cmd

char pfodCmd::cmd[5] = ""

Definition at line 9 of file pfodCmd.h.