Return to previous page | Return to menu

  Title  
Function specifications
  Function  
Get error information
  Function Name  
PCM_GetErr
No
7.1

  format  PcmErrCode PCM_GetErr (void)
 Input  None
 Output  None
 Function value  Error code
 Function  Returns the error code that occurred most recently. 

  Title  
Function specifications
  Function  
Error Function Registration
  Function Name  
PCM_SetErrFunc
No
7.2

  format  void PRM_SetErrFunc (PcmErrFunc func, void * obj)
 Input  func: Function to call when an error occurs
  obj: Registered object
 Output  None
 Function value  None
 Function  Set a function to be called when an error occurs. Registration object is the first argument of the registration function
Passed to  . 


Return to previous page | Return to menu