Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qdbus marshalling for array of structures
Forum Updated to NodeBB v4.3 + New Features

Qdbus marshalling for array of structures

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 663 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    navingowda
    wrote on last edited by
    #1

    Hallo.
    We are trying with marshalling of a structure which internally contains an array of structure.
    It has a dbus-signature of ((yb)ua(y(sss)(sss))).

    Q_DECLARE_METATYPE(structure) [both internal and overall structure] and also
    Q_DECLARE_METATYPE(array)
    is done along with the marshalling for both structure and array.

    When data is sent from the server, on the client end, the array (y(sss)(sss)) length always returns as zero.

    any leads in this regard would be of great help.

    many thanks in advance.
    with best regards, naveen.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved