Connection
The connection API is used to establish a connection to a specific device. A connection object is first created with nabto_client_connection_new
and configured with the various nabto_client_connection_set_
functions, specifying how the connection should be established. Once configured, the connection can be established with nabto_client_connection_connect
.