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:

ConstantValueDescription
QRemoteObjectPendingCall::NoError0No error occurred.
QRemoteObjectPendingCall::InvalidMessage1The default error state prior to the remote call finishing.