Rtos API example

Embed: (wiki syntax)

« Back to documentation index

SimpleAttFindByTypeValueResponse Struct Reference

SimpleAttFindByTypeValueResponse Struct Reference

Simple implementation of ble::pal::AttFindByTypeValueResponse. More...

#include <SimpleAttServerMessage.h>

Inherits ble::pal::AttFindByTypeValueResponse.

Public Member Functions

 SimpleAttFindByTypeValueResponse (ArrayView< const uint8_t > handles)
 Construct a AttFindByTypeValueResponse from a raw array containing the Handle Informations.
virtual std::size_t size () const
virtual attribute_handle_range_t operator[] (size_t index) const

Data Fields

const AttributeOpcode opcode
 Op code used to identify the type of the attribute response.

Detailed Description

Simple implementation of ble::pal::AttFindByTypeValueResponse.

It should fit for any vendor stack exposing a proper ATT interface.

Definition at line 94 of file SimpleAttServerMessage.h.


Constructor & Destructor Documentation

SimpleAttFindByTypeValueResponse ( ArrayView< const uint8_t >  handles )

Construct a AttFindByTypeValueResponse from a raw array containing the Handle Informations.

Parameters:
handlesraw array containing one or more Handle Informations.

Definition at line 100 of file SimpleAttServerMessage.h.


Member Function Documentation

virtual attribute_handle_range_t operator[] ( size_t  index ) const [virtual]
See also:
ble::pal::AttFindByTypeValueResponse::operator[]

Implements AttFindByTypeValueResponse.

Definition at line 114 of file SimpleAttServerMessage.h.

virtual std::size_t size (  ) const [virtual]

Field Documentation

const AttributeOpcode opcode [inherited]

Op code used to identify the type of the attribute response.

Definition at line 102 of file AttServerMessage.h.