WORKS
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
Address_t Struct Reference
#include <BLEProtocol.h>
Public Member Functions | |
| Address_t (AddressType_t typeIn, const AddressBytes_t &addressIn) | |
| Construct an Address_t object with the supplied type and address. | |
| Address_t () | |
| Empty constructor. | |
Data Fields | |
| AddressType_t | type |
| The type of the BLE address. | |
| AddressBytes_t | address |
| The BLE address. | |
Detailed Description
BLE address.
It contains an address-type (AddressType_t) and bytes (AddressBytes_t).
Definition at line 56 of file BLEProtocol.h.
Constructor & Destructor Documentation
| Address_t | ( | AddressType_t | typeIn, |
| const AddressBytes_t & | addressIn | ||
| ) |
Construct an Address_t object with the supplied type and address.
Definition at line 68 of file BLEProtocol.h.
| Address_t | ( | ) |
Empty constructor.
Definition at line 75 of file BLEProtocol.h.
Field Documentation
The BLE address.
Definition at line 58 of file BLEProtocol.h.
The type of the BLE address.
Definition at line 57 of file BLEProtocol.h.
Generated on Tue Jul 12 2022 12:29:12 by
1.7.2
