Package org.freedesktop.dbus.messages
Interface Message.ArgumentType
-
- Enclosing class:
- Message
public static interface Message.ArgumentTypeDefines 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
-
-
-
Field Detail
-
BYTE_STRING
static final String BYTE_STRING
- See Also:
- Constant Field Values
-
BOOLEAN_STRING
static final String BOOLEAN_STRING
- See Also:
- Constant Field Values
-
INT16_STRING
static final String INT16_STRING
- See Also:
- Constant Field Values
-
UINT16_STRING
static final String UINT16_STRING
- See Also:
- Constant Field Values
-
INT32_STRING
static final String INT32_STRING
- See Also:
- Constant Field Values
-
UINT32_STRING
static final String UINT32_STRING
- See Also:
- Constant Field Values
-
INT64_STRING
static final String INT64_STRING
- See Also:
- Constant Field Values
-
UINT64_STRING
static final String UINT64_STRING
- See Also:
- Constant Field Values
-
DOUBLE_STRING
static final String DOUBLE_STRING
- See Also:
- Constant Field Values
-
FLOAT_STRING
static final String FLOAT_STRING
- See Also:
- Constant Field Values
-
STRING_STRING
static final String STRING_STRING
- See Also:
- Constant Field Values
-
OBJECT_PATH_STRING
static final String OBJECT_PATH_STRING
- See Also:
- Constant Field Values
-
SIGNATURE_STRING
static final String SIGNATURE_STRING
- See Also:
- Constant Field Values
-
FILEDESCRIPTOR_STRING
static final String FILEDESCRIPTOR_STRING
- See Also:
- Constant Field Values
-
ARRAY_STRING
static final String ARRAY_STRING
- See Also:
- Constant Field Values
-
VARIANT_STRING
static final String VARIANT_STRING
- See Also:
- Constant Field Values
-
STRUCT_STRING
static final String STRUCT_STRING
- See Also:
- Constant Field Values
-
STRUCT1_STRING
static final String STRUCT1_STRING
- See Also:
- Constant Field Values
-
STRUCT2_STRING
static final String STRUCT2_STRING
- See Also:
- Constant Field Values
-
DICT_ENTRY_STRING
static final String DICT_ENTRY_STRING
- See Also:
- Constant Field Values
-
DICT_ENTRY1_STRING
static final String DICT_ENTRY1_STRING
- See Also:
- Constant Field Values
-
DICT_ENTRY2_STRING
static final String DICT_ENTRY2_STRING
- See Also:
- Constant Field Values
-
BYTE
static final byte BYTE
- See Also:
- Constant Field Values
-
BOOLEAN
static final byte BOOLEAN
- See Also:
- Constant Field Values
-
INT16
static final byte INT16
- See Also:
- Constant Field Values
-
UINT16
static final byte UINT16
- See Also:
- Constant Field Values
-
INT32
static final byte INT32
- See Also:
- Constant Field Values
-
UINT32
static final byte UINT32
- See Also:
- Constant Field Values
-
INT64
static final byte INT64
- See Also:
- Constant Field Values
-
UINT64
static final byte UINT64
- See Also:
- Constant Field Values
-
DOUBLE
static final byte DOUBLE
- See Also:
- Constant Field Values
-
FLOAT
static final byte FLOAT
- See Also:
- Constant Field Values
-
STRING
static final byte STRING
- See Also:
- Constant Field Values
-
OBJECT_PATH
static final byte OBJECT_PATH
- See Also:
- Constant Field Values
-
SIGNATURE
static final byte SIGNATURE
- See Also:
- Constant Field Values
-
FILEDESCRIPTOR
static final byte FILEDESCRIPTOR
- See Also:
- Constant Field Values
-
ARRAY
static final byte ARRAY
- See Also:
- Constant Field Values
-
VARIANT
static final byte VARIANT
- See Also:
- Constant Field Values
-
STRUCT
static final byte STRUCT
- See Also:
- Constant Field Values
-
STRUCT1
static final byte STRUCT1
- See Also:
- Constant Field Values
-
STRUCT2
static final byte STRUCT2
- See Also:
- Constant Field Values
-
DICT_ENTRY
static final byte DICT_ENTRY
- See Also:
- Constant Field Values
-
DICT_ENTRY1
static final byte DICT_ENTRY1
- See Also:
- Constant Field Values
-
DICT_ENTRY2
static final byte DICT_ENTRY2
- See Also:
- Constant Field Values
-
-