<div dir="ltr">Hi,<div><br></div><div>I am trying to use the sd-bus to send structures that are a bit complex in nature. </div><div><br></div><div>For example, consider the following:</div><div><br></div><div>struct complex_struct {<br></div><div>    int some_integers[10];</div><div>    char *str;</div><div>} cs;</div><div><br></div><div>cs property_to_send[10]; </div><div><br></div><div>This d-bus property would be something like "a(ais)".</div><div><br></div><div>Assuming I want to send the above array, I am trying to right the property's function handler in the sd_bus_server for the same. </div><div><br></div><div>I know the open and close container can be used for simple arrays. I am finding it hard to make it work for the nested array case. Can some one please help point me to any example or references for the same? </div><div><br></div><div>Thanks,</div><div>Guhan</div></div>