Zigbee Protocol Controller 1.6.0
|
#include <memory>
#include <queue>
#include <string>
#include <zigpc_common_zigbee.h>
#include <zigbee_host.h>
Go to the source code of this file.
Classes | |
class | zigpc::gateway::RequestQueue |
The singleton ZigbeeHost Request Queue responsible for storing and dispatching calls. More... | |
class | zigpc::gateway::RequestQueue::Entry |
Base class used in the RequestQueue to invoke ZigbeeHost API calls. More... | |
class | zigpc::gateway::NetworkInitRequest |
Call to initialize the network. More... | |
class | zigpc::gateway::DiscoverDeviceRequest |
Call to interview device on the network. More... | |
class | zigpc::gateway::DiscoverEndpointRequest |
Call to discover endpoint on the network. More... | |
class | zigpc::gateway::DeviceRemoveRequest |
Call to remove device on the network. More... | |
class | zigpc::gateway::BindingRequestRequest |
Call to send one-way bind request from device to the gateway. More... | |
class | zigpc::gateway::ZCLConfigureReportingRequest |
Call to send ZCL Configure Reporting message to device on the network. More... | |
class | zigpc::gateway::ZCLFrameUnicastRequest |
Call to send generic ZCL frame to device on the network. More... | |
class | zigpc::gateway::ZCLFrameMulticastRequest |
Call to send generic ZCL frame to a Zigbee Group on the network. More... | |
class | zigpc::gateway::AddOTAImageRequest |
Call to track OTA image by the OTA server plugin. More... | |
Namespaces | |
namespace | zigpc |
namespace | zigpc::gateway |