LTKCPP-- LLRP Toolkit C Plus Plus Library
|
LLRP Examples Implementing Use case docSample2 of the LTK programmers guide. More...
Go to the source code of this file.
Functions | |
int | main (int ac, char *av[]) |
Command main routine. More... | |
void | usage (char *pProgName) |
Print usage message and exit. More... | |
LLRP Examples Implementing Use case docSample2 of the LTK programmers guide.
The steps:
This program can be run with zero, one, or two verbose options (-v). no -v – Only prints the tag report and errors -v – Also prints one line progress messages -vv – Also prints all LLRP messages as XML text
Definition in file docsample2.cpp.
int main | ( | int | ac, |
char * | av[] | ||
) |
Command main routine.
Command synopsis:
example1 [-v[v]] READERHOSTNAME
0 Everything seemed to work. 1 Bad usage 2 Run failed
Definition at line 206 of file docsample2.cpp.
References usage().
void usage | ( | char * | pProgName | ) |
Print usage message and exit.
[in] | nProgName | Program name string |
Definition at line 288 of file docsample2.cpp.
Referenced by main().