My Project
|
#include <BLEHubConfiguration.h>
Public Member Functions | |
BLEHubConfiguration (BLEHubType hubType, std::string deviceAddress, std::vector< MCChannelConfig * > channels, uint8_t powerlevel) | |
Public Attributes | |
BLEHubType | HubType |
NimBLEAddress * | DeviceAddress |
std::vector< MCChannelConfig * > | Channels |
uint8_t | powerLevel |
BLEHubConfiguration::BLEHubConfiguration | ( | BLEHubType | hubType, |
std::string | deviceAddress, | ||
std::vector< MCChannelConfig * > | channels, | ||
uint8_t | powerlevel ) |
std::vector<MCChannelConfig *> BLEHubConfiguration::Channels |
NimBLEAddress* BLEHubConfiguration::DeviceAddress |
BLEHubType BLEHubConfiguration::HubType |
uint8_t BLEHubConfiguration::powerLevel |