| Package | Description |
|---|---|
| org.freedesktop.dbus |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Struct> |
StructHelper.createStruct(Class<?>[] _constructorArgs,
Object _values,
Class<T> _classToConstruct)
Will create a new
Struct subclass instance if possible. |
static <T extends Struct> |
StructHelper.createStructFromVariant(Variant<?> _variant,
Class<T> _structClass)
Creates a instance of the given
Struct subclass if the given variant is some sort of Struct. |
Copyright © 2020. All rights reserved.