MPIAdcMessage

MPIAdcMessage  

 

 typedef enum {
		MPIAdcMessageADC_INVALID,
	} MPIAdcMessage;
Description
  MPIAdcMessageADC_INVALID
  Meaning The MPIAdc handle passed to an MPIAdc method is invalid.
  Possible Causes Either the handle was never initialized or the mpiAdcCreate method failed.
  Recommendations Use mpiAdcValidate after mpiAdcCreate to see if the returned handle is valid.
See Also mpiAdcValidate | mpiAdcCreate