herald
2.0.0
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
u
v
~
Functions
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
u
v
~
Variables
Related Functions
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
herald
include
herald
ble
ble_device_delegate.h
1
// Copyright 2020-2021 Herald Project Contributors
2
// SPDX-License-Identifier: Apache-2.0
3
//
4
5
#ifndef HERALD_BLE_DEVICE_DELEGATE_H
6
#define HERALD_BLE_DEVICE_DELEGATE_H
7
8
#include "ble_device.h"
9
10
namespace
herald
{
11
namespace
ble {
12
13
class
BLEDeviceDelegate
{
14
public
:
15
BLEDeviceDelegate
() =
default
;
16
virtual
~
BLEDeviceDelegate
() =
default
;
17
18
virtual
void
device(
const
BLEDevice
& device,
const
BLEDeviceAttribute didUpdate) = 0;
19
};
20
21
}
// end namespace
22
}
// end namespace
23
24
#endif
herald::ble::BLEDeviceDelegate
Definition:
ble_device_delegate.h:13
herald::ble::BLEDevice
Definition:
ble_device.h:181
herald
Acts as a non-global memory arena for arbitrary classes.
Definition:
aggregates.h:15
Generated by
1.9.1