Class MessageType
java.lang.Object
org.freedesktop.dbus.messages.constants.MessageType
@Deprecated(forRemoval=true,
since="5.2.0 - 2025-05-01")
public final class MessageType
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
use MessageTypes instead
Defines constants for each message type.
- Since:
- 5.0.0 - 2023-10-23
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byteDeprecated, for removal: This API element is subject to removal in a future version.static final byteDeprecated, for removal: This API element is subject to removal in a future version.static final byteDeprecated, for removal: This API element is subject to removal in a future version.static final byteDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Field Details
-
METHOD_CALL
public static final byte METHOD_CALLDeprecated, for removal: This API element is subject to removal in a future version. -
METHOD_RETURN
public static final byte METHOD_RETURNDeprecated, for removal: This API element is subject to removal in a future version. -
ERROR
public static final byte ERRORDeprecated, for removal: This API element is subject to removal in a future version. -
SIGNAL
public static final byte SIGNALDeprecated, for removal: This API element is subject to removal in a future version.
-