Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

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 97 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 107 of file AttServerMessage.h.


Field Documentation

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

Definition at line 101 of file AttServerMessage.h.