ChannelGroup
ChannelGroup

Represents a group of channels that have combined settings.

channels
const ChannelMask& channels() const

Gets the ChannelMask representing which channels are part of this group.

name
const std::string& name() const

Gets the name of the channel group.

settings
const WirelessTypes::ChannelGroupSettings& settings() const

Gets the WirelessTypes::ChannelGroupSettings that this group supports.

ChannelGroups

A typedef for a vector of ChannelGroups.