Return to previous page Return to menu Go to next page

8.6 Other

  Title  
Function specifications
  Function  
Move CD pickup
  Function Name  
GFS_CdMovePickup
No
6.1


  Title  
Function specifications
  Function  
Set error handling function
  Function Name  
GFS_SetErrFunc
No
6.2

      format  void GFS_SetErrFunc (void (* func) (GfsErrFunc func), void * obj)
     Input  func: Function to be called when an error occurs
    :  obj: The first argument of the func function
     Output  None
     Function value  None
     Function  Registers a function to be called when an error occurs.
    If NULL is set for  func  func, the error handling function will be unregistered. 

  Title  
Function specifications
  Function  
Get error status
  Function Name  
GFS_GetErrStat
No
6.3

      format  void GFS_GetErrStat (GfsErrStat * stat)
     Input  None
     Output  stat: Error status
     Function value  None
     Function  Gets the error status of the last executed library function. 


Return to previous page Return to menu Go to next page