PEP CP380 Manual page 67

Digital i/o board for compactpci applications
Table of Contents

Advertisement

CP380
5.4.5
Error Handling
5.4.5.1 _me9xGetDrvErrMess
Important Note!
!
This function can only be called, if the previously called API func-
tion of the ME9x.DLL returned an error code (i. e. error code 0)!
Syntax (C)
int
_me9xGetDrvErrMess (
Syntax (Delphi)
Function
_me9xGetDrvErrMess (
Syntax (Basic)
Declare Function
me9xGetDrvErrMess Lib "me9x_32" Alias "_VBme9xGetDrvErrMess@4" (
Description
This function is for the CP380-I, CP380-O, CP380-I/O.
If an error occurs during the processing of one of the API functions of the CP380 driver,
this routine returns the matching error code and text.
Parameters
<Errortext>
Returns
0, if there was no error or matching error code.
ID 19313, Rev. 0100
char *pcErrortext
);
Var errortext: errorstring
): integer;
ByVal errortext As String
) As Long
Pointer to a string; the return value is the error code.
® PEP Modular Computers GmbH
Function Reference
Page 5 - 25

Advertisement

Table of Contents
loading

Table of Contents