#include <crypto_parser.h>
Definition at line 6 of file crypto_parser.h.
◆ endArray()
void CryptoJsonListener::endArray |
( |
| ) |
|
|
virtual |
◆ endDocument()
void CryptoJsonListener::endDocument |
( |
| ) |
|
|
virtual |
◆ endObject()
void CryptoJsonListener::endObject |
( |
| ) |
|
|
virtual |
◆ key()
void CryptoJsonListener::key |
( |
String | key | ) |
|
|
virtual |
Definition at line 16 of file crypto_parser.cpp.
17{
18 if (
key.equals(
"usd"))
20 else if (
key.equals(
"usd_24h_change"))
22}
virtual void key(String key)
◆ startArray()
void CryptoJsonListener::startArray |
( |
| ) |
|
|
virtual |
◆ startDocument()
void CryptoJsonListener::startDocument |
( |
| ) |
|
|
virtual |
◆ startObject()
void CryptoJsonListener::startObject |
( |
| ) |
|
|
virtual |
◆ value()
void CryptoJsonListener::value |
( |
String | value | ) |
|
|
virtual |
Definition at line 24 of file crypto_parser.cpp.
25{
28
33
36 }
37}
virtual void value(String value)
char change[CRYPTO_MAX_CHANGE_LENGTH_STR]
char price[CRYPTO_MAX_PRICE_LENGTH_STR]
PaperdinkUICryptoClass Paperdink_Crypto
#define CRYPTO_MAX_PRICE_LENGTH
#define CRYPTO_MAX_CHANGE_LENGTH
◆ whitespace()
void CryptoJsonListener::whitespace |
( |
char | c | ) |
|
|
virtual |
The documentation for this class was generated from the following files: