Custom AT Commands (adl_atCmdPreParser_t)

Hi all,

I was just wondering, are you able to create and modify the contents of adl_atCmdPreParser_t? I’ve been trying to create custom lists with CreateList and AddItem etc etc but when I try to put the list into the structure by simply putting:

adl_atCmdPreParser_t * Command;
wm_lst_t list;

wm_lstAddItem (list, param1);
Command -> ParaList = list;

doesn’t seem to work :frowning:

Any help would be appreciated :slight_smile:

Cheers