API Guide
601355 Rev A API Functions 2-573
Functions
• Global defaults for all commands are initialized at startup
and can be set or retrieved using VS_Global_SetFields
and VS_Global_GetFields function calls.
• Command-specific parameter defaults for the Connect
command are set with VSCMD_Connect_SetDefaults. If
command-specific defaults are set for the Connect
command, they override the global defaults for all
commands.
The following fields can be retrieved from the status handle
after a successful Connect command:
•VSID_SEQUENCE_NUM,
•VSID_SEQUENCE_TABLE,
•VSID_STATUS_CODE,
•VSID_STATUS_TYPE,
•VSID_TARGET_ENTERPRISE_ID,
•VSID_USER_FIELD.
Tip
To override a default (global or command-specific)
parameter value for a specific instance of a Connect
command, the parameter identifier and the value to be
used for the parameter can be submitted on the specific
command itself.
Note
If the argument list does not end with VSID_ENDFIELD,
unpredictable results occur.