The Service element holds an instance of a service object. More...
|
The Service element is part of the QtMobility.serviceframework 1.1 module and provides a client instance of the service object by specifying the Service::interfaceName, Service::serviceName and Service::versionNumber properties.
See also ServiceList.
This property holds the interface name of the service that corresponds to QServiceInterfaceDescriptor::interfaceName().
This property holds the service name of the service that corresponds to QServiceInterfaceDescriptor::serviceName().
This property holds an instance of the service object which can be used to make metaobject calls to the service. This corresponds to QServiceManager::loadInterface().
This property holds whether a default service was found at the interface name and corresponds to QServiceInterfaceDescriptor::isValid().
This property holds the version number of the service that represents major.minor corresponding to QServiceInterfaceDescriptor::majorVersion() and QServiceInterfaceDescriptor::minorVersion().