get_rx/src/rx_typedefs/rx_typedefs library

Typedefs

Callback = void Function()
A typedef representing a callback function with no parameters or return value.
Condition = bool Function()
A typedef representing a condition function that returns a boolean value.
OnData<T> = void Function(T data)
A typedef representing a callback function that accepts data of type T.