BLE address representation. More...
#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. More... | |
Address_t (void) | |
Empty constructor. More... | |
Data Fields | |
AddressType_t | type |
Type of the BLE device address. More... | |
AddressBytes_t | address |
Value of the device address. More... | |
BLE address representation.
It contains an address-type (AddressType_t) and the address value (AddressBytes_t).
Definition at line 115 of file BLEProtocol.h.
Address_t | ( | AddressType_t | typeIn, |
const AddressBytes_t & | addressIn | ||
) |
Construct an Address_t object with the supplied type and address.
Definition at line 125 of file BLEProtocol.h.
Address_t | ( | void | ) |
Empty constructor.
Definition at line 139 of file BLEProtocol.h.
AddressBytes_t address |
Value of the device address.
Definition at line 149 of file BLEProtocol.h.
AddressType_t type |
Type of the BLE device address.
Definition at line 144 of file BLEProtocol.h.