Pigweed
C/C++ API Reference
|
Wrapper around a possible truncated value received from the server. More...
Public Attributes | |
Handle | handle |
Characteristic or descriptor handle. | |
multibuf::MultiBuf | value |
The value of the characteristic or descriptor. | |
bool | maybe_truncated |
Wrapper around a possible truncated value received from the server.
bool pw::bluetooth::gatt::RemoteService2::ReadValue::maybe_truncated |
True if value
might be truncated (the buffer was completely filled by the server and the read was a short read). ReadCharacteristic
or ReadDescriptor
should be used to read the complete value.