A class that provides client-side access to all interfaces that are currently available in the system.
More...
#include <interface_domain.hpp>
A class that provides client-side access to all interfaces that are currently available in the system.
◆ ~InterfaceDomain()
virtual kanzi::connect::InterfaceDomain::~InterfaceDomain |
( |
| ) |
|
|
overridevirtualdefault |
◆ getInterfaceById()
Returns interface by it's identifier.
- Parameters
-
id | Identifier of the interface. |
- Returns
- Interface that has the given identifier.
Implemented in kanzi::connect::Client.
◆ getInterfaceByIndex()
Returns interface in given index.
- Parameters
-
index | Index of the interface. |
- Returns
- Interface in the given index.
Implemented in kanzi::connect::Client.
◆ getInterfaceCount()
virtual size_t kanzi::connect::InterfaceDomain::getInterfaceCount |
( |
| ) |
const |
|
pure virtual |
Returns number of interfaces in the system.
- Returns
- Number of interfaces.
Implemented in kanzi::connect::Client.
The documentation for this class was generated from the following file:
- connect/interface/interface_domain.hpp