Top | ![]() |
![]() |
![]() |
![]() |
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
“address”
property“address” GInetSocketAddress *
The inet socket address to connect to.
Owner: DevdNetworkDevice
Flags: Read / Write / Construct Only
“certificate”
property“certificate” GTlsCertificate *
The client certificate to use in communication.
Owner: DevdNetworkDevice
Flags: Read / Write / Construct Only