![IOtech Personal488 Скачать руководство пользователя страница 88](http://html1.mh-extra.com/html/iotech/personal488/personal488_user-manual_2088013088.webp)
Personal488 for Windows 95/98/Me/NT/2000
04-10-01
API Reference 6-20
GetError
Syntax
ErrorCodeT WINAPI GetError(DevHandleT devHandle, LPSTR
errText);
devHandle
refers to either the IEEE 488 interface or the external device that has the
associated error.
errText
is the string that will contain the error message. If
errText
is non-null, the
string must contain at least 247 bytes.
Returns
-1
if error
otherwise, it returns the error code number associated with the error for the specified device.
Bus States
None
Example
errnum = GetError(ieee,errText);
printf(“Error number:%d;%s \n”errnum,errText);
See Also
Error, GetErrorList, Status
The
GetError
command is user-called after another function returns an error indication. The device
handle sent to the function that returned the error indication is sent to
GetError
as its
devHandle
parameter.
GetError
finds the error associated with that device and returns the error code associated with
that error. If a non-null error text pointer is passed,
GetError
also fills in up to 247 bytes in the string.
The application must ensure that sufficient space is available.
Содержание Personal488
Страница 2: ...ii Personal488 User s Manual for Windows95 98 Me NT 2000...
Страница 6: ...vi 04 10 01 Personal488 User s Manual for Windows95 98 Me NT 2000...
Страница 12: ...3 2 Installation 04 10 01 Personal488 for Windows 95 98 Me NT 2000...
Страница 18: ...Windows 95 3 8 Installation 04 10 01 Personal488 for Windows 95 98 Me NT 2000...
Страница 24: ...Windows 98 3 14 Installation 04 10 01 Personal488 for Windows 95 98 Me NT 2000...
Страница 30: ...Windows Me 3 20 Installation 04 10 01 Personal488 for Windows 95 98 Me NT 2000...
Страница 38: ...Windows 2000 3 28 Installation 04 10 01 Personal488 for Windows 95 98 Me NT 2000...
Страница 40: ...Windows 2000 3 30 Installation 04 10 01 Personal488 for Windows 95 98 Me NT 2000...
Страница 42: ...4 2 Hardware Configuration Reference 04 09 01 Personal488 for Windows 95 98 Me NT 2000...
Страница 46: ...4 6 Hardware Configuration Reference 04 09 01 Personal488 for Windows 95 98 Me NT 2000...
Страница 50: ...4 10 Hardware Configuration Reference 04 09 01 Personal488 for Windows 95 98 Me NT 2000...
Страница 54: ...4 14 Hardware Configuration Reference 04 09 01 Personal488 for Windows 95 98 Me NT 2000...
Страница 68: ...5 14 Using IEEE 488 04 09 01 Personal488 for Windows 95 98 Me NT 2000...
Страница 132: ...Personal488 for Windows 95 98 Me NT 2000 04 10 01 API Reference 6 64...
Страница 137: ...Personal488 for Windows 95 98 Me NT 2000 03 16 01 IEEE488 ASCII Code Maps B 1 Appendix B ASCII Codes...
Страница 138: ...B 2 IEEE488 ASCII Code Maps 03 16 01 Personal488 for Windows 95 98 Me NT 2000...