Nol.A SDK Library  24.11.0
For IoT System Software Development
Public Member Functions | List of all members
BLEScanResults Class Reference

The result of having performed a scan. When a scan completes, we have a set of found devices. Each device is described by a BLEAdvertisedDevice object. The number of items in the set is given by getCount(). We can retrieve a device by calling getDevice() passing in the index (starting at 0) of the desired device. More...

#include <BLEScan.hpp>

Public Member Functions

void dump ()
 
int getCount ()
 
BLEAdvertisedDevice getDevice (uint32_t i)
 

Detailed Description

The result of having performed a scan. When a scan completes, we have a set of found devices. Each device is described by a BLEAdvertisedDevice object. The number of items in the set is given by getCount(). We can retrieve a device by calling getDevice() passing in the index (starting at 0) of the desired device.


The documentation for this class was generated from the following file: