Uses of Enum Class
com.lucimber.dbus.message.MessageType
Packages that use MessageType
Package
Description
D-Bus message types and structures for method calls, returns, signals, and errors.
-
Uses of MessageType in com.lucimber.dbus.message
Methods in com.lucimber.dbus.message that return MessageTypeModifier and TypeMethodDescriptionstatic MessageType
MessageType.fromCode
(byte code) Looks up a MessageType by its byte code.static MessageType
Returns the enum constant of this class with the specified name.static MessageType[]
MessageType.values()
Returns an array containing the constants of this enum class, in the order they are declared.