The API wrapper is part of the DbtuTools framework [more] and empowers the Java Library as well as the Shell Script / Windows Batch files.
>>--- dbtuapiwrapper --- --request API ---+-----------------+--->< | | +---| OPTIONS |---+ |
Syntax diagram
After calling the program with the requested API identifier (API) and its options (OPTIONS), the processing is done. The results are sent to STDOUT, error messages are sent to STDERR. In a case of an error, a non-zero returncode is returned.
[xca1019][hal][...te/DbtuTools/v00r010][0] > dbtuapiwrapper --request core.os.system.getprocessid --level 1 17356 [xca1019][hal][...te/DbtuTools/v00r010][0] > _ |
Sample output
The next table lists all supported API identifiers and their options.
API identifier | documentation / options |
core.os.system.getendiantype | Detects the endian type of the current running
platform.
|
core.os.system.getprocessid | Detects the endian type of the current running
platform.
|