<div dir="ltr">Hi I&#39;m stuck on trying to figure out how to properly use any.  In this instance, the IDL is as follows:<div><div>struct IdlOtnAllSettings</div><div>{</div><div>    // This section is common to many PPs</div><div>    octet                   restartInhibit;</div><div>    unsigned short          testId; </div><div>    octet                   reference;</div><div>    octet                   powerUpTestAction;</div><div>    octet                   ppPauseState;</div><div>    octet                   settingsControl;</div><div>    IdlErrorGen             errorGen;</div></div><div>}</div><div><br></div><div>the function the Any IdlOtnAllSettings struct is to be used:</div><div><br></div><div>IdlReturnType getAllowedSettings(in unsigned long userHandle,<br></div><div><div>                                     in PPIndex index,</div><div>                                     inout any anyStruct,</div><div>                                     in unsigned short testUnitId)</div><div>        raises(SystemControllerException);</div></div><div><br></div><div><br></div><div><b>How do I convert IdlOtnAllSettings to Any?</b></div></div>