ServiceDescriptor QML Type
The ServiceDescriptor element holds a description of a service. More...
Import Statement: | import |
Properties
- interfaceName : QString
- majorVersion : int
- minorVersion : int
- serviceName : QString
- valid : bool
Detailed Description
The ServiceDescriptor element is a simplified reflection of the ServiceDescriptor class, and is used merely to contain data that can uniquely identify a service.
It cannot be created manually, use a ServiceList to search for service descriptions.
See also ServiceList.