ConnectionManagerWorkItem¶
-
class
kanzi::connect::ConnectionManagerWorkItem: public ConnectWorkItem¶ Connection manager specific work item definition.
Public Functions
-
ConnectionManagerWorkItem(int32_t priority, int32_t client, NetworkListenerWeakPtr listener)¶ Constructor.
- Parameters
priority: Priority of the work item.client: Involved client.listener: Communication interface towards the client.
-
int32_t
getClientId() const¶ Retrieve client identifier.
- Return
client identifier
-
NetworkListenerSharedPtr
getListener()¶ Retrieve comms interface.
- Return
pointer to communications interface.
-