Replies: 1 comment 3 replies
|
To get a struct you can use parentheses in the xml |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I' m working with code that defines structures using the
sdbus::Structtype. This is used in the definition of signals in thewithParameters-call. See the definition of the structs in the source below.Is a structure definition also possible when the dbus-interface is defined in XML?
I know that structures can be defined in XML like
I'm looking for an option to define structures in a more human readable format in the XML similiar to the following C++ code.
All reactions