QRemoteObjectPendingCall Class
Encapsulates the result of an asynchronous method call. More...
| Header: | #include <QRemoteObjectPendingCall> |
| qmake: | QT += remoteobjects |
| Inherited By: | QRemoteObjectPendingCallWatcher and QRemoteObjectPendingReply |
Public Types
| enum | Error { NoError, InvalidMessage } |
Detailed Description
Member Type Documentation
enum QRemoteObjectPendingCall::Error
This enum type specifies the possible error values for a remote call:
| Constant | Value | Description |
|---|---|---|
QRemoteObjectPendingCall::NoError | 0 | No error occurred. |
QRemoteObjectPendingCall::InvalidMessage | 1 | The default error state prior to the remote call finishing. |