xPCI-1500 API

Functions

_INT_ i_APCI1500_SetOutputMemoryOn (BYTE_ b_BoardHandle)
 
_INT_ i_APCI1500_SetOutputMemoryOff (BYTE_ b_BoardHandle)
 

Detailed Description

Function Documentation

_INT_ i_APCI1500_SetOutputMemoryOn ( BYTE_  b_BoardHandle)

Activate the digital output memory of the board APCI-1500 When using the digital output memory, when setting the value of one digital output, the value of the other digital output is kept.

Parameters
[in]b_BoardHandleHandle of the board
Return values
0: No Error
-1: The handle parameter of the board is wrong
-101: Error while calling IOCTL function (wrong handle ?)
_INT_ i_APCI1500_SetOutputMemoryOff ( BYTE_  b_BoardHandle)

Deactivate the digital output memory of the board APCI-1500

Parameters
[in]b_BoardHandleHandle of the board
Return values
0: No Error
-1: The handle parameter of the board is wrong
-101: Error while calling IOCTL function (wrong handle ?)