PCI-P16R16 Series Classic Driver
DLL Software Manual
User Manual, Ver. 1.3, Oct. 2015, Page: 15
PCI_ShortSub2
This function is used to perform the subtraction (as
nA - nB
in short data type), and is provided for
testing DLL linkage purposes.
Syntax:
short PCI
_ShortSub2
(short
nA
, short
nB
);
Parameters:
nA
[Input]
2 bytes short data type value
nB
[Input]
2 bytes short data type value
Returns:
The value of nA - nB