pfodParser  3.61.0
The pfodParser library is handles commands sent from the Android pfodApp, pfodApp supports WiFi, BLE, Bluetooth and SMS connections
pfodListNode< T > Struct Template Reference

#include <pfodLinkedList.h>

Public Attributes

T * data
 
pfodListNode< T > * next
 

Detailed Description

template<class T>
struct pfodListNode< T >

Definition at line 42 of file pfodLinkedList.h.

Member Data Documentation

◆ data

template<class T >
T* pfodListNode< T >::data

Definition at line 43 of file pfodLinkedList.h.

◆ next

template<class T >
pfodListNode<T>* pfodListNode< T >::next

Definition at line 44 of file pfodLinkedList.h.