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

다운로드
페이지 1192
API Guide
601355 Rev A
API Functions
2-341
Functions
84  printf(“Select 
Error 
%d\n”, i );
85  
rc = VSE_FALSE;
86  
done = VSE_TRUE;
87  break;
88  }
89
90  
if ( NumNotifies > count )
91  {
92  
printf(“Number of Notifies 
reached\n” );
93  
done = VSE_TRUE;
94  }
95
96  
if ( timeout <= 0 )
97  {
98  printf(“Timeout 
value 
reached\n” );
99  
done = VSE_TRUE;
100 }
101 }
102
103 
/* destroy the notify handle */
104 
VS_Notify_Destroy ( h );
105 }
106 else
107 {
108 
rc = VSE_FALSE;
109 }
110
111 
return ( rc );
112}
Notes
None