Schnittstelle VariantClass


public interface VariantClass
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The #GVariant is an array.
    static final int
    The #GVariant is a boolean.
    static final int
    The #GVariant is a byte.
    static final int
    The #GVariant is a dictionary entry.
    static final int
    The #GVariant is a double precision floating
    point value.
    static final int
    The #GVariant is a file handle index.
    static final int
    The #GVariant is a signed 16 bit integer.
    static final int
    The #GVariant is a signed 32 bit integer.
    static final int
    The #GVariant is a signed 64 bit integer.
    static final int
    The #GVariant is a maybe-typed value.
    static final int
    The #GVariant is a D-Bus object path
    string.
    static final int
    The #GVariant is a D-Bus signature string.
    static final int
    The #GVariant is a normal string.
    static final int
    The #GVariant is a tuple.
    static final int
    The #GVariant is an unsigned 16 bit integer.
    static final int
    The #GVariant is an unsigned 32 bit integer.
    static final int
    The #GVariant is an unsigned 64 bit integer.
    static final int
    The #GVariant is a variant.
  • Felddetails

    • BOOLEAN

      static final int BOOLEAN
      The #GVariant is a boolean.
      Siehe auch:
    • BYTE

      static final int BYTE
      The #GVariant is a byte.
      Siehe auch:
    • INT16

      static final int INT16
      The #GVariant is a signed 16 bit integer.
      Siehe auch:
    • UINT16

      static final int UINT16
      The #GVariant is an unsigned 16 bit integer.
      Siehe auch:
    • INT32

      static final int INT32
      The #GVariant is a signed 32 bit integer.
      Siehe auch:
    • UINT32

      static final int UINT32
      The #GVariant is an unsigned 32 bit integer.
      Siehe auch:
    • INT64

      static final int INT64
      The #GVariant is a signed 64 bit integer.
      Siehe auch:
    • UINT64

      static final int UINT64
      The #GVariant is an unsigned 64 bit integer.
      Siehe auch:
    • HANDLE

      static final int HANDLE
      The #GVariant is a file handle index.
      Siehe auch:
    • DOUBLE

      static final int DOUBLE
      The #GVariant is a double precision floating
      point value.
      Siehe auch:
    • STRING

      static final int STRING
      The #GVariant is a normal string.
      Siehe auch:
    • OBJECT_PATH

      static final int OBJECT_PATH
      The #GVariant is a D-Bus object path
      string.
      Siehe auch:
    • SIGNATURE

      static final int SIGNATURE
      The #GVariant is a D-Bus signature string.
      Siehe auch:
    • VARIANT

      static final int VARIANT
      The #GVariant is a variant.
      Siehe auch:
    • MAYBE

      static final int MAYBE
      The #GVariant is a maybe-typed value.
      Siehe auch:
    • ARRAY

      static final int ARRAY
      The #GVariant is an array.
      Siehe auch:
    • TUPLE

      static final int TUPLE
      The #GVariant is a tuple.
      Siehe auch:
    • DICT_ENTRY

      static final int DICT_ENTRY
      The #GVariant is a dictionary entry.
      Siehe auch: