Rtos API example

Embed: (wiki syntax)

« Back to documentation index

AttServerMessage Struct Reference

AttServerMessage Struct Reference

Base class for Attribute Server Message. More...

#include <AttServerMessage.h>

Inherited by AttErrorResponse, AttExchangeMTUResponse, AttExecuteWriteResponse, AttFindByTypeValueResponse, AttFindInformationResponse, AttHandleValueIndication, AttHandleValueNotification, AttPrepareWriteResponse, AttReadBlobResponse, AttReadByGroupTypeResponse, AttReadByTypeResponse, AttReadMultipleResponse, AttReadResponse, and AttWriteResponse.

Data Fields

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

Protected Member Functions

 AttServerMessage (AttributeOpcode opcode_)
 Construction of an AttResponse is reserved for descendent of the class.

Detailed Description

Base class for Attribute Server Message.

The correct type of the instance can be determined with the attribute opcode.

Note:
see BLUETOOTH SPECIFICATION Version 5.0 | Vol 3, Part F Section 3.3.1

Definition at line 98 of file AttServerMessage.h.


Constructor & Destructor Documentation

AttServerMessage ( AttributeOpcode  opcode_ ) [protected]

Construction of an AttResponse is reserved for descendent of the class.

Definition at line 108 of file AttServerMessage.h.


Field Documentation

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

Definition at line 102 of file AttServerMessage.h.