value property
The actual value of the characteristic.
This is a list of integers, where each integer represents a byte of data rom the characteristic. The structure and meaning of this data is typically defined by the Bluetooth service specification to which the characteristic belongs.
Implementation
final List<int> value;