Lines Matching full:command

2  * @brief Modem command handler header file.
4 * Text-based command handler implementation for modem context driver.
129 * @param data: command handler data reference
138 * @param data: command handler data reference
165 * any command first. Useful for waiting for asynchronous responses.
189 * @brief send AT command to interface with behavior defined by flags
196 * @param handler: command handler to use
201 * @param timeout: timeout of command
202 * @param flags: flags which influence behavior of command sending
213 * @brief send AT command to interface w/o locking TX
216 * @param handler: command handler to use
221 * @param timeout: timeout of command
238 * @brief send AT command to interface w/ a TX lock
241 * @param handler: command handler to use
246 * @param timeout: timeout of command
264 * @param handler: command handler to use
266 * @param cmds_len: size of the setup command array
268 * @param timeout: timeout of command
281 * @param handler: command handler to use
283 * @param cmds_len: size of the setup command array
285 * @param timeout: timeout of command
296 * @brief Modem command handler configuration
299 * command handler data context. The struct is initialized and then passed
308 * @param user_data Free to use data which can be retrieved from within command handlers
309 * @param response_cmds Array of response command handlers
310 * @param response_cmds_len Length of response command handlers array
311 * @param unsol_cmds Array of unsolicitet command handlers
312 * @param unsol_cmds_len Length of unsolicitet command handlers array
328 * @brief Initialize modem command handler
330 * @details This function is called once for each command handler, before any
334 * contained in the setup struct, must persist as long as the command handler itself.
336 * @param handler Command handler to initialize
337 * @param data Command handler data to use
338 * @param setup Command handler setup
355 * @param handler: command handler to lock
366 * @param handler: command handler to unlock
374 * using the command handler. The command handler will invoke any matching modem
375 * command which has been registered using @ref modem_cmd_handler_init_cmds or
381 * @param handler The handler wich will handle the command when processed