ELEC-C7222
Libraries for ELEC C7222 Course Work
Loading...
Searching...
No Matches
c7222::AttributeServer::ReadResult Struct Reference

#include <attribute_server.hpp>

Collaboration diagram for c7222::AttributeServer::ReadResult:
Collaboration graph

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.
 

Member Data Documentation

◆ bytes

uint16_t c7222::AttributeServer::ReadResult::bytes = 0

Number of bytes read on success.

◆ error

BleError c7222::AttributeServer::ReadResult::error = BleError::kSuccess

ATT error to return when ok == false.

◆ ok

bool c7222::AttributeServer::ReadResult::ok = true

True when read succeeded and bytes is valid.


The documentation for this struct was generated from the following file: