ADIC Digital Camera 601355 Rev A 사용자 설명서

다운로드
페이지 1192
API Guide
601355 Rev A
API Functions
2-891
Functions
20  VST_PRIORITY 
priority;
21  VST_USER_FIELD 
user_field;
22  VST_TIME_OUT 
timeout;
23  VST_RETRY_LIMIT 
retries;
24  VST_STATUS_WAIT_FLAG  wait_flag;
25  VST_ENTERPRISE_ID 
enterprise_id;
26
27  
/* get parameters from user */
28  
printf(“*** Drive Query default 
parameters ***\n” );
29  vst_promptforglobals(&priority, 
user_field, &timeout, &retries, 
&wait_flag, &enterprise_id);
30  
/* set the default parameters */
31  rc 
VSCMD_DriveQuery_SetDefaults(
32   
VSID_PRIORITY, 
priority,
33   
VSID_USER_FIELD,
user_field,
34
 VSID_TIMEOUT_VALUE, 
timeout,
35
 VSID_RETRY_LIMIT, 
retries,
36   
VSID_STATUS_WAIT_FLAG, 
wait_flag,
37   
VSID_ENTERPRISE_ID, 
enterprise_id,
38   
VSID_ENDFIELD);
39  
return ( rc );
40 }
Notes
The 
VSID_DRIVE_ID_LIST
 and 
VSID_COMP_STATE_LIST
 
parameters require that two arguments be passed instead of one. 
Two levels of default parameter settings are used in the API 
software— global defaults and command-specific defaults.