13#ifndef IOX2_SERVER_DETAILS_HPP
14#define IOX2_SERVER_DETAILS_HPP
48 template <typename T, typename>
49 friend auto internal::
list_ports_callback(
void* context, T port_details_view) -> iox2_callback_progression_e;
52 iox2_server_details_ptr m_handle =
nullptr;
Contains the communication settings of the connected [Server].
auto node_id() const -> UniqueNodeId
The [NodeId] of the [Node] under which the [Server] was created.
ServerDetailsView(const ServerDetailsView &)=delete
ServerDetailsView(ServerDetailsView &&rhs) noexcept
~ServerDetailsView() noexcept=default
auto request_buffer_size() const -> uint64_t
The receive buffer size for incoming requests.
auto number_of_responses() const -> uint64_t
The total number of responses available in the [Server].
auto server_id() const -> UniqueServerId
The [UniqueServerId] of the [Server].
friend auto internal::list_ports_callback(void *context, T port_details_view) -> iox2_callback_progression_e
auto max_slice_len() const -> uint64_t
The current maximum length of a slice.
The system-wide unique id of a [Node].
The system-wide unique id of a [Server].