Union RxStream::_cbor_value

Nested Relationships

This union is a nested type of Class RxStream.

Union Documentation

union _cbor_value

Public Members

int8_t i8
int16_t i16
int32_t i32
int64_t i64
float f32
double f64
uint8_t *bin
char *str
uint8_t str_copy[128]