|
ELEC-C7222
Libraries for ELEC C7222 Course Work
|
#include <attribute_server.hpp>

Public Attributes | |
| uint16_t | bytes = 0 |
| Number of bytes read on success. | |
| BleError | error = BleError::kSuccess |
| ATT error to return when ok == false. | |
| bool | ok = true |
| True when read succeeded and bytes is valid. | |
| uint16_t c7222::AttributeServer::ReadResult::bytes = 0 |
Number of bytes read on success.
| BleError c7222::AttributeServer::ReadResult::error = BleError::kSuccess |
ATT error to return when ok == false.
| bool c7222::AttributeServer::ReadResult::ok = true |
True when read succeeded and bytes is valid.