USBLib_ParseCmdLine (SWI &56375) — Parse a command line
R0 | pointer to newdev message | ||
R1 | Needs freeing
|
This call may be used to parse a command line for options passed by the USB system if it started the driver. If the command line does not contain information necessary to construct the message the V bit will be set and an error returned otherwise the message will be in R0. If the "free" flag in R1 is set then once used it is the drivers responsibility to dispose of the message by using USBLib_Free (SWI &56353)USBLib_Free.