nRF5 SDK v13.0.0
Data Fields
nrf_cli_getopt_ctx_t Struct Reference

Getopt parser context. More...

#include <nrf_cli.h>

Data Fields

size_t argc
 Number of arguments.
 
char ** pp_argv
 Argument list.
 
size_t arg_idx
 Current argument index.
 
const char * p_optarg
 Current option argument.
 
nrf_cli_getopt_option_t const * p_opt
 Option list.
 
size_t opt_count
 Option list size.
 

Detailed Description

Getopt parser context.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated