pfodParser  3.55.0
The pfodParser library is handles commands sent from the Android pfodApp, pfodApp supports WiFi, BLE, Bluetooth and SMS connections
pfodAutoIdx.h
Go to the documentation of this file.
1 #ifndef PFOD_AUTO_IDX_H
2 #define PFOD_AUTO_IDX_H
3 #include <stdint.h>
4 class pfodAutoIdx {
5  public: uint16_t idx;
6 };
7 #endif
uint16_t idx
Definition: pfodAutoIdx.h:5