java.lang.Object
org.freedesktop.dbus.Container
org.freedesktop.dbus.Struct
This class should be extended to create Structs.
Any such class may be sent over DBus to a method which takes a Struct.
All fields in the Struct which you wish to be serialized and sent to the
remote method should be annotated with the org.freedesktop.dbus.Position
annotation, in the order they should appear in to Struct to DBus.
-
Konstruktorübersicht
-
Methodenübersicht
Von Klasse geerbte Methoden org.freedesktop.dbus.Container
equals, getParameters, hashCode, toString
-
Konstruktordetails
-
Struct
public Struct()
-