prova

Fork of BLE_API by Bluetooth Low Energy

Embed: (wiki syntax)

« Back to documentation index

AddressType Struct Reference

AddressType Struct Reference

< A simple container for the enumeration of address-types for Protocol addresses. More...

#include <BLEProtocol.h>

Public Types

enum  Type
 

< Address-types for Protocol addresses.

More...

Detailed Description

< A simple container for the enumeration of address-types for Protocol addresses.

Adding a struct to encapsulate the contained enumeration prevents polluting the BLEProtocol namespace with the enumerated values. It also allows type-aliases for the enumeration while retaining the enumerated values. i.e. doing: typedef AddressType AliasedType;

would allow the use of AliasedType::PUBLIC in code.

Definition at line 39 of file BLEProtocol.h.


Member Enumeration Documentation

enum Type

< Address-types for Protocol addresses.

Definition at line 41 of file BLEProtocol.h.