Overview   Namespace   Class   Index   Help 
LIST OF:  VALUES


::

enum RTMethodMode


Summary
specifies the mode of a method.
Description
A method can be synchron or asynchron (oneway). The const attribute for methods was removed so that the const values are deprecated.

Values

RT_MODE_INVALID
Summary
indicates an invalid mode
RT_MODE_ONEWAY
Summary
indicates the asynchronous mode of a method
RT_MODE_ONEWAY_CONST
D E P R E C A T E D
RT_MODE_TWOWAY
Summary
indicated the synchronous mode of a method
RT_MODE_TWOWAY_CONST
D E P R E C A T E D

Top of Page