Used to indicate if the packet is complete and if it's truncated. More...
#include <Types.h>
Public Types | |
typedef uint8_t | representation_t |
Type of the representation. More... | |
Public Member Functions | |
advertising_data_status_t (type value) | |
Construct a new advertising_data_status_t value. More... | |
uint8_t | value () const |
Explicit access to the inner value of the SafeEnum instance. More... | |
const uint8_t * | storage () const |
Return a pointer to the inner storage. More... | |
Used to indicate if the packet is complete and if it's truncated.
|
inherited |
Type of the representation.
Definition at line 113 of file SafeEnum.h.
enum type |
enumeration of advertising_data_status_t values
Enumerator | |
---|---|
INCOMPLETE_MORE_DATA |
Advertising payload complete. |
INCOMPLETE_DATA_TRUNCATED |
Partial advertising payload, more to come. |
advertising_data_status_t | ( | type | value | ) |
Construct a new advertising_data_status_t value.
value | The value of the advertising_data_status_t created. |
|
inherited |
Return a pointer to the inner storage.
Definition at line 209 of file SafeEnum.h.
|
inherited |
Explicit access to the inner value of the SafeEnum instance.
Definition at line 202 of file SafeEnum.h.