org.freedesktop.dbus

Interface Message.ArgumentType

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
static byteARRAY
static StringARRAY_STRING
static byteBOOLEAN
static StringBOOLEAN_STRING
static byteBYTE
static StringBYTE_STRING
static byteDICT_ENTRY
static byteDICT_ENTRY1
static StringDICT_ENTRY1_STRING
static byteDICT_ENTRY2
static StringDICT_ENTRY2_STRING
static StringDICT_ENTRY_STRING
static byteDOUBLE
static StringDOUBLE_STRING
static byteFLOAT
static StringFLOAT_STRING
static byteINT16
static StringINT16_STRING
static byteINT32
static StringINT32_STRING
static byteINT64
static StringINT64_STRING
static byteOBJECT_PATH
static StringOBJECT_PATH_STRING
static byteSIGNATURE
static StringSIGNATURE_STRING
static byteSTRING
static StringSTRING_STRING
static byteSTRUCT
static byteSTRUCT1
static StringSTRUCT1_STRING
static byteSTRUCT2
static StringSTRUCT2_STRING
static StringSTRUCT_STRING
static byteUINT16
static StringUINT16_STRING
static byteUINT32
static StringUINT32_STRING
static byteUINT64
static StringUINT64_STRING
static byteVARIANT
static StringVARIANT_STRING

Field Detail

ARRAY

public static final byte ARRAY

ARRAY_STRING

public static final String ARRAY_STRING

BOOLEAN

public static final byte BOOLEAN

BOOLEAN_STRING

public static final String BOOLEAN_STRING

BYTE

public static final byte BYTE

BYTE_STRING

public static final String BYTE_STRING

DICT_ENTRY

public static final byte DICT_ENTRY

DICT_ENTRY1

public static final byte DICT_ENTRY1

DICT_ENTRY1_STRING

public static final String DICT_ENTRY1_STRING

DICT_ENTRY2

public static final byte DICT_ENTRY2

DICT_ENTRY2_STRING

public static final String DICT_ENTRY2_STRING

DICT_ENTRY_STRING

public static final String DICT_ENTRY_STRING

DOUBLE

public static final byte DOUBLE

DOUBLE_STRING

public static final String DOUBLE_STRING

FLOAT

public static final byte FLOAT

FLOAT_STRING

public static final String FLOAT_STRING

INT16

public static final byte INT16

INT16_STRING

public static final String INT16_STRING

INT32

public static final byte INT32

INT32_STRING

public static final String INT32_STRING

INT64

public static final byte INT64

INT64_STRING

public static final String INT64_STRING

OBJECT_PATH

public static final byte OBJECT_PATH

OBJECT_PATH_STRING

public static final String OBJECT_PATH_STRING

SIGNATURE

public static final byte SIGNATURE

SIGNATURE_STRING

public static final String SIGNATURE_STRING

STRING

public static final byte STRING

STRING_STRING

public static final String STRING_STRING

STRUCT

public static final byte STRUCT

STRUCT1

public static final byte STRUCT1

STRUCT1_STRING

public static final String STRUCT1_STRING

STRUCT2

public static final byte STRUCT2

STRUCT2_STRING

public static final String STRUCT2_STRING

STRUCT_STRING

public static final String STRUCT_STRING

UINT16

public static final byte UINT16

UINT16_STRING

public static final String UINT16_STRING

UINT32

public static final byte UINT32

UINT32_STRING

public static final String UINT32_STRING

UINT64

public static final byte UINT64

UINT64_STRING

public static final String UINT64_STRING

VARIANT

public static final byte VARIANT

VARIANT_STRING

public static final String VARIANT_STRING