GX5280, GX5290, GX5290e, File.
Returns the Input Interface.
DioGetInputInterface (nHandle, pnInterface, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Board or File board handle. |
pnInterface |
SHORT |
Input Active Interface:0 DIO_IO_INTERFACE_TTL: Input TTL connector is the active interface.1 DIO_IO_INTERFACE_LVDS: Input LVDS connector is the active interface. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
This function selects the active input connector LVDS or TTL for each group of channels when in Input mode.
The following example returns the Input Active Interface:
SHORT nInterface;
DioGetInputInterface (nHandle, &nInterface, &nStatus);