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.
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
const AttributeOpcode opcode |
Op code used to identify the type of the attribute response.
Definition at line 102 of file AttServerMessage.h.
Generated on Tue Jul 12 2022 14:26:57 by
