| Top |
| GInetSocketAddress * | devd_network_device_get_address () |
| GTlsCertificate * | devd_network_device_get_certificate () |
| GInetSocketAddress * | address | Read / Write / Construct Only |
| GTlsCertificate * | certificate | Read / Write / Construct Only |
DevdNetworkDevice is a DevdDevice implementation that represents a discovered device on a local network segment.
Use devd_device_create_client() to create a client to communicate with
the network device.
GInetSocketAddress *
devd_network_device_get_address (DevdNetworkDevice *self);
Gets the GInetSocketAddress that can be used to connect to the device daemon.
Since: 3.28
GTlsCertificate *
devd_network_device_get_certificate (DevdNetworkDevice *self);
Gets the GTlsCertificate that will be used as the client-side certificate when communicating with this network device.
Since: 3.28