adaptation for book and plug demo
Fork of BLE_API 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 Wed Jul 13 2022 09:31:10 by 1.7.2