Enum DBusType
D-Bus protocol data types.
public enum DBusType : byte
Fields
Array = 97Array.
Bool = 98Boolean.
Byte = 121Unsigned 8-bit integer.
DictEntry = 123Dictionary entry.
Double = 100Double-precision floating point.
Int16 = 110Signed 16-bit integer.
Int32 = 105Signed 32-bit integer.
Int64 = 120Signed 64-bit integer.
Invalid = 0Invalid or unknown type.
ObjectPath = 111D-Bus object path.
Signature = 103D-Bus type signature.
String = 115String.
Struct = 40Struct.
UInt16 = 113Unsigned 16-bit integer.
UInt32 = 117Unsigned 32-bit integer.
UInt64 = 116Unsigned 64-bit integer.
UnixFd = 104File descriptor.
Variant = 118Variant.