#include <KaaChannelManager.hpp>
Definition at line 37 of file KaaChannelManager.hpp.
kaa::KaaChannelManager::~KaaChannelManager |
( |
| ) |
|
|
inline |
virtual void kaa::KaaChannelManager::clearChannelList |
( |
| ) |
|
|
virtual |
virtual IDataChannelPtr kaa::KaaChannelManager::getChannel |
( |
const std::string & |
channelId | ) |
|
|
virtual |
Reports to Channel Manager about successful connection.
- Parameters
-
connection | connection metadata. |
Implements kaa::IKaaChannelManager.
void kaa::KaaChannelManager::pause |
( |
| ) |
|
|
virtual |
virtual void kaa::KaaChannelManager::removeChannel |
( |
const std::string & |
id | ) |
|
|
virtual |
Updates the manager by removing the channel from the manager.
- Parameters
-
- See Also
- KaaDataChannel
Implements kaa::IKaaChannelManager.
virtual void kaa::KaaChannelManager::removeChannel |
( |
IDataChannelPtr |
channel | ) |
|
|
virtual |
void kaa::KaaChannelManager::resume |
( |
| ) |
|
|
virtual |
Updates the manager by setting the channel to the specified transport type.
- Parameters
-
type | the type of the transport which is going to receive updates using the specified channel. |
channel | the channel to be added. |
- See Also
- IDataChannel
Implements kaa::IKaaChannelManager.
void kaa::KaaChannelManager::shutdown |
( |
| ) |
|
|
virtual |
Shuts down the manager and all registered channels. The instance can no longer be used.
Implements kaa::IKaaChannelManager.
The documentation for this class was generated from the following file: