Omega OMB-PER-488/W95 User Manual page 94

Pc/ieee 488 controllers for windows 95/nt
Table of Contents

Advertisement

Additional Output Functions
Driver488 provides additional
The following
Syntax
Remarks
The
Output
function. It determines the size of the data buffer that you provided, and passes that value as the
parameter. It specifies that the
device if an external device is specified. The default terminators are chosen by specifying a
as the
terminator
parameter, and the completion status value is ignored by sending a
Syntax
Remarks
The
OutputN
function. It specifies that the
device if an external device is specified. The default terminators are chosen by specifying a
as the
terminator
parameter, and the completion status value is ignored by sending a
Syntax
Remarks
The
OutputMore
function. It determines the size of the data buffer that you provided, and passes that value as the
parameter. It specifies that the
device if it is the same device as that previously used. The default terminators are chosen by specifying
a
pointer as the
0
parameter, and the completion status value is ignored by sending a
async
pointer.
Syntax
Remarks
The
OutputNMore
function. It specifies that the
device if it is the same device as that previously used. The default terminators are chosen by specifying
a
pointer as the
0
parameter, and the completion status value is ignored by sending a
async
pointer.
88
API Command Reference
Output
functions are already defined in your header file.
Output
LONG WINAPI Output(DevHandleT devHandle,LPBYTE data);
Output
is equivalent to the following call to
OutputX(devHandle,data,strlen(data),1,1,0L,0,0L);
function passes the device handle and a pointer to the data buffer to the
forceAddr
parameter. Synchronous transmission is specified by sending
LONG WINAPI OutputN(DevHandleT devHandle,LPBYTE data,DWORD
count);
OutputN
is equivalent to the following call to
OutputX(devHandle,data,count,0,1,0L,0,0L);
function passes the device handle and a pointer to the data buffer to the
forceAddr
parameter. Synchronous transmission is specified by sending
OutputMore
LONG WINAPI OutputMore(DevHandleT devHandle, LPBYTE data);
OutputMore
is equivalent to the following call to
OutputX(devHandle,data,strlen(data),1,0,0L,0,0L);
function passes the device handle and a pointer to the data buffer to the
forceAddr
parameter. Synchronous transmission is specified by sending
terminator
OutputNMore
LONG WINAPI OutputNMore (DevHandleT devHandle, LPBYTE data,
DWORD count);
OutputNMore
is equivalent to the following call to
OutputX(devHandle,data,0,0,0L,0,0L);
function passes the device handle and a pointer to the data buffer to the
forceAddr
parameter. Synchronous transmission is specified by sending
terminator
functions that are short-form versions of the
Output
OutputX
flag is set
, which causes Driver488 to address the
TRUE
OutputN
OutputX
flag is set
, which causes Driver488 to address the
TRUE
OutputX
flag is set
, so Driver488 does not re-address the
FALSE
flag is set
, so Driver488 does not re-address the
FALSE
Personal488 User's Manual For Windows95 and Windows NT
OutputX
:
OutputX
0
for the
0
async
for the
pointer.
0
compStat
:
OutputX
0
for the
0
async
for the
pointer.
0
compStat
:
OutputX
pointer for the
0
compStat
OutputX
:
OutputX
pointer for the
0
compStat
function.
count
pointer
pointer
count
for the
0
for the
0

Advertisement

Table of Contents
loading

This manual is also suitable for:

Omb-per-488/wnt

Table of Contents