get_id


Description:

public string get_id ()

Get the serviceID of this service, or null if there is no ID.

The serviceID should be unique to a device. This makes it possible to provide the same serviceType multiple times on one device

Example: `org:serviceId:RenderingControl`

Parameters:

this

A ServiceInfo

Returns:

A string. This string should be freed with g_free after use.