Class: RequestNameReply

RequestNameReply()

An enum for the return value of MessageBus#requestName to indicate the status of the name request.

Members

(static, constant) ALREADY_OWNER

The application trying to request ownership of a name is already the owner of it.

Source:

(static, constant) EXISTS

The name already has an owner, DBUS_NAME_FLAG_DO_NOT_QUEUE was specified, and either DBUS_NAME_FLAG_ALLOW_REPLACEMENT was not specified by the current owner, or DBUS_NAME_FLAG_REPLACE_EXISTING was not specified by the requesting application.

Source:

(static, constant) IN_QUEUE

The name already had an owner, DBUS_NAME_FLAG_DO_NOT_QUEUE was not specified, and either the current owner did not specify DBUS_NAME_FLAG_ALLOW_REPLACEMENT or the requesting application did not specify DBUS_NAME_FLAG_REPLACE_EXISTING.

Source:

(static, constant) PRIMARY_OWNER

The application trying to request ownership of a name is already the owner of it.

Source: