Class: MessageType

MessageType()

An enum value for the Message type member to indicate the type of message.

Members

(static, constant) ERROR

The message is an error reply.

Source:

(static, constant) METHOD_CALL

The message is a method call.

Source:

(static, constant) METHOD_RETURN

The message is a method return to a previous call.

Source:

(static, constant) SIGNAL

The message is a signal.

Source: