![IOtech Personal488 Скачать руководство пользователя страница 85](http://html1.mh-extra.com/html/iotech/personal488/personal488_user-manual_2088013085.webp)
Personal488 for Windows 95/98/Me/NT/2000
04-10-01
API Reference 6-17
Enter
Syntax
LONG WINAPI Enter(DevHandleT devHandle, LPBYTE data)
Remarks
Enter
is equivalent to the following call to
EnterX
:
EnterX(devHandle,data,sizeof(data),1,0L,0,0L);
The
Enter
function passes the device handle and a pointer to the data buffer to the
EnterX
function. It
determines the size of the data buffer that you provided, and passes that value as the
count
parameter. It
specifies
forceAddr
is
TRUE
, causing Driver488 to re-address the device. The default terminators are
chosen by specifying a
0
as the
term
parameter. Asynchronous transfer is turned off by sending
0
for the
async
parameter, and the completion status value is ignored by sending
0
for the
compStat
parameter.
EnterN
Syntax
LONG WINAPI EnterN(DevHandleT devHandle,LPBYTE data,int
count)
Remarks
EnterN
is equivalent to the following call to
EnterX
:
EnterX(devHandle,data,count,1,0L,0,0L);
The
EnterN
function passes the device handle, the pointer to the data buffer, and the size of the data buffer
to the
EnterX
function. It specifies
forceAddr
is
TRUE
, causing Driver488 to re-address the device. The
default terminators are chosen by specifying a
0
pointer as the
term
parameter. Asynchronous transfer is
turned off by sending
0
for the
async
parameter, and the completion status value is ignored by sending
0
for the
compStat
parameter.
EnterMore
Syntax
LONG WINAPI EnterMore(DevHandleT devHandle,LPBYTE data)
Remarks
EnterMore
is equivalent to the following call to
EnterX
:
EnterX(devHandle,data,sizeof(data),0,0L,0,0L);
The
EnterMore
function passes the device handle and the pointer to the data buffer to the
EnterX
function. It determines the size of the data buffer that you provided, and passes that value as the
count
parameter. It specifies
forceAddr
is
FALSE
, therefore Driver488 does not address the device if it is the
same device as previously used. The default terminators are chosen by specifying a
0
as the
term
parameter. Asynchronous transfer is turned off by sending
0
for the
async
parameter, and the completion
status value is ignored by sending
0
for the
compStat
parameter.
EnterNMore
Syntax
LONG WINAPI EnterNMore(DevHandleT devHandle,LPBYTE data,int
count);
Remarks
EnterNMore
is equivalent to the following call to
EnterX
:
EnterX(devHandle,data,count,0,0L,0,0L);
The
EnterNMore
function passes the device handle, the pointer to the data buffer, and the size of the data
buffer to the
EnterX
function. It specifies
forceAddr
is
FALSE
; therefore, Driver488 does not address the
device if it is the same device as previously used. The default terminators are chosen by specifying a
0
as
the
term
parameter. Asynchronous transfer is turned off by sending
0
for the
async
parameter, and the
completion status value is ignored by sending
0
for the
compStat
parameter.
Содержание 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...