Union KNXValue::Value

Nested Relationships

This union is a nested type of Class KNXValue.

Union Documentation

union Value

Public Members

bool boolValue
uint8_t ucharValue
uint16_t ushortValue
uint32_t uintValue
uint64_t ulongValue
int8_t charValue
int16_t shortValue
int32_t intValue
int64_t longValue
double doubleValue
const char *stringValue
struct tm timeValue