Package org.freedesktop.dbus
Interface Message.ArgumentType
- Enclosing class:
Message
public static interface Message.ArgumentType
Defines constants for each argument type.
There are two constants for each argument type,
as a byte or as a String (the _STRING version)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
static final String
static final byte
static final String
static final byte
static final String
static final byte
static final String
static final byte
static final String
static final byte
static final String
static final byte
static final String
static final byte
static final String
static final byte
static final String
static final byte
static final String
static final byte
static final String
static final byte
static final String
static final byte
static final String
static final byte
static final String
static final byte
static final String
static final byte
static final String
static final byte
static final String
static final byte
static final String
static final byte
static final String
static final byte
static final String
static final byte
static final String
-
Field Details
-
BYTE_STRING
- See Also:
-
BOOLEAN_STRING
- See Also:
-
INT16_STRING
- See Also:
-
UINT16_STRING
- See Also:
-
INT32_STRING
- See Also:
-
UINT32_STRING
- See Also:
-
INT64_STRING
- See Also:
-
UINT64_STRING
- See Also:
-
DOUBLE_STRING
- See Also:
-
FLOAT_STRING
- See Also:
-
STRING_STRING
- See Also:
-
OBJECT_PATH_STRING
- See Also:
-
SIGNATURE_STRING
- See Also:
-
ARRAY_STRING
- See Also:
-
VARIANT_STRING
- See Also:
-
STRUCT_STRING
- See Also:
-
STRUCT1_STRING
- See Also:
-
STRUCT2_STRING
- See Also:
-
DICT_ENTRY_STRING
- See Also:
-
DICT_ENTRY1_STRING
- See Also:
-
DICT_ENTRY2_STRING
- See Also:
-
BYTE
static final byte BYTE- See Also:
-
BOOLEAN
static final byte BOOLEAN- See Also:
-
INT16
static final byte INT16- See Also:
-
UINT16
static final byte UINT16- See Also:
-
INT32
static final byte INT32- See Also:
-
UINT32
static final byte UINT32- See Also:
-
INT64
static final byte INT64- See Also:
-
UINT64
static final byte UINT64- See Also:
-
DOUBLE
static final byte DOUBLE- See Also:
-
FLOAT
static final byte FLOAT- See Also:
-
STRING
static final byte STRING- See Also:
-
OBJECT_PATH
static final byte OBJECT_PATH- See Also:
-
SIGNATURE
static final byte SIGNATURE- See Also:
-
ARRAY
static final byte ARRAY- See Also:
-
VARIANT
static final byte VARIANT- See Also:
-
STRUCT
static final byte STRUCT- See Also:
-
STRUCT1
static final byte STRUCT1- See Also:
-
STRUCT2
static final byte STRUCT2- See Also:
-
DICT_ENTRY
static final byte DICT_ENTRY- See Also:
-
DICT_ENTRY1
static final byte DICT_ENTRY1- See Also:
-
DICT_ENTRY2
static final byte DICT_ENTRY2- See Also:
-