Overview   Namespace   Class   Index   Help 
LIST OF:  VALUES


::

enum RTReferenceType


Summary
specifies the type of a reference used in a service description.

Values

RT_REF_INVALID
Summary
the reference type is unknown
RT_REF_SUPPORTS
Summary
the service support the interface that means a implementation of this service must implement this interface.
RT_REF_OBSERVES
D E P R E C A T E D
Summary
the service observes the interface.
RT_REF_EXPORTS
Summary
the service exports the specified service that means this service provides also the specified service.
RT_REF_NEEDS
D E P R E C A T E D
Summary
the service needs the specified service that means in the context of this service the specified service will be used or must be available.

Top of Page