Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
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
const AttributeOpcode opcode |
Op code used to identify the type of the attribute response.
Definition at line 101 of file AttServerMessage.h.
Generated on Tue Jul 12 2022 13:55:41 by
