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

    Fields
    Modifier and Type
    Field
    Description
    static final byte
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final byte
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final byte
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final byte
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • METHOD_CALL

      public static final byte METHOD_CALL
      Deprecated, for removal: This API element is subject to removal in a future version.
    • METHOD_RETURN

      public static final byte METHOD_RETURN
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ERROR

      public static final byte ERROR
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SIGNAL

      public static final byte SIGNAL
      Deprecated, for removal: This API element is subject to removal in a future version.