arduino-audio-tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
RedisBuffer< T >::RedisResult Struct Reference

#include <RedisBuffer.h>

Public Member Functions

 operator bool () const
 Implicit conversion to bool.
 

Public Attributes

int intValue = 0
 Integer value parsed from the response (if any)
 
bool ok = false
 True if the response was valid and not an error.
 
Vector< StringstrValues
 String value parsed from the response (if any)
 

Member Function Documentation

◆ operator bool()

template<typename T >
operator bool ( ) const
inline

Implicit conversion to bool.

Member Data Documentation

◆ intValue

template<typename T >
int intValue = 0

Integer value parsed from the response (if any)

◆ ok

template<typename T >
bool ok = false

True if the response was valid and not an error.

◆ strValues

template<typename T >
Vector<String> strValues

String value parsed from the response (if any)


The documentation for this struct was generated from the following file: