DBusAny.get

Get the value stored in the DBusAny object.

  1. U get()
    struct DBusAny
    @property const
    U
    get
    (
    U
    )
    ()
    if (
    staticIndexOf!(Unqual!U, BasicTypes) >= 0
    )
  2. T get()
  3. T get()

Return Value

Type: U

The current value of the DBusAny object.

Throws

TypeMismatchException if the DBus type of the current value of the DBusAny object is not the same as the DBus type used to represent T.

Meta