pfodParser
3.55.0
The pfodParser library is handles commands sent from the Android pfodApp, pfodApp supports WiFi, BLE, Bluetooth and SMS connections
pfodErase.h
Go to the documentation of this file.
1
#ifndef pfodErase_h
2
#define pfodErase_h
3
/*
4
* (c)2014-2017 Forward Computing and Control Pty. Ltd.
5
* NSW Australia, www.forward.com.au
6
* This code is not warranted to be fit for any purpose. You may only use it at your own risk.
7
* This code may be freely used for both private and commercial use
8
* Provide this copyright is maintained.
9
*/
10
#include <stdint.h>
11
#include <Arduino.h>
12
#include "
pfodDwgsBase.h
"
13
14
class
pfodErase
:
public
pfodDwgsBase
{
15
public
:
16
pfodErase
();
17
pfodErase
&
idx
(uint16_t _idx);
// for indexed items default 0 i.e. not set
18
pfodErase
&
autoIdx
(
pfodAutoIdx
&a_idx);
19
pfodErase
&
cmd
(
const
char
_cmd);
// for touchZones default ' ' i.e. not set
20
pfodErase
&
cmd
(
const
char
* _cmdStr);
21
pfodErase
&
loadCmd
(
const
char
_loadCmd);
// for insertDwgs default ' ' i.e. not set
22
pfodErase
&
loadCmd
(
const
char
* _loadCmdStr);
23
void
init
(Print *
out
,
struct
VALUES
* _values);
24
void
send
(
char
_startChar =
'|'
);
25
};
26
#endif
// pfodErase_h
pfodAutoIdx
Definition:
pfodAutoIdx.h:4
pfodDwgsBase
Definition:
pfodDwgsBase.h:55
pfodDwgsBase::out
Print * out
Definition:
pfodDwgsBase.h:58
pfodErase
Definition:
pfodErase.h:14
pfodErase::pfodErase
pfodErase()
pfodErase::init
void init(Print *out, struct VALUES *_values)
pfodErase::send
void send(char _startChar='|')
pfodErase::autoIdx
pfodErase & autoIdx(pfodAutoIdx &a_idx)
pfodErase::idx
pfodErase & idx(uint16_t _idx)
pfodErase::loadCmd
pfodErase & loadCmd(const char *_loadCmdStr)
pfodErase::cmd
pfodErase & cmd(const char _cmd)
pfodErase::cmd
pfodErase & cmd(const char *_cmdStr)
pfodErase::loadCmd
pfodErase & loadCmd(const char _loadCmd)
pfodDwgsBase.h
VALUES
Definition:
pfodDwgsBase.h:15
Arduino
pfodParser
src
dwgs
pfodErase.h
Generated by
1.9.1