API Guide
1-18 Getting Started 601355 Rev A
Parameter Defaults Two levels of default settings used in the API software—global
defaults and command-specific defaults.
Global defaults are initialized at startup and can be set or
retrieved using the VS_Global_SetFields() and
VS_Global_GetFields() calls.
Command-specific defaults are set using the
VSCMD_commandname_SetDefaults() calls.
If command-specific defaults are set for a specific command (e.g.,
mount), they override the global defaults for all requests for
execution of that command. To override a default parameter value
for a specific instance of a command request, the parameter
identifier and the value to be used for the parameter can be
submitted on the command request (e.g., VSCMD_Mount())
itself.
Item Description