xPCIe-3126 API
|
Functions | |
_INT_ | i_PCIe3126_LoadLogicCommand (IN HANDLE h_DeviceHandle, IN DWORD dw_Command) |
_INT_ | i_PCIe3126_LoadLogicWrite (IN HANDLE h_DeviceHandle, IN DWORD dw_Data) |
_INT_ | i_PCIe3126_LoadLogicRead (IN HANDLE h_DeviceHandle, OUT DWORD *dw_Data) |
_INT_ | i_PCIe3126_GetLoadLogicStatus (IN HANDLE h_DeviceHandle, OUT BYTE *b_Status) |
_INT_ | i_PCIe3126_GetFirmwareVersion (IN HANDLE h_DeviceHandle, OUT DWORD *dw_Version) |
_INT_ i_PCIe3126_LoadLogicCommand | ( | IN HANDLE | h_DeviceHandle, |
IN DWORD | dw_Command | ||
) |
[in] | h_DeviceHandle | Handle of the board |
[in] | dw_Command | LoadLogic command |
0 | No error |
-1 | The h_DeviceHandle parameter is wrong |
-100 | An error occurred while calling the IOCTL function |
_INT_ i_PCIe3126_LoadLogicWrite | ( | IN HANDLE | h_DeviceHandle, |
IN DWORD | dw_Data | ||
) |
[in] | h_DeviceHandle | Handle of the board |
[in] | dw_Data | LoadLogic write data |
0 | No error |
-1 | The h_DeviceHandle parameter is wrong |
-100 | An error occurred while calling the IOCTL function |
_INT_ i_PCIe3126_LoadLogicRead | ( | IN HANDLE | h_DeviceHandle, |
OUT DWORD * | dw_Data | ||
) |
[in] | h_DeviceHandle | Handle of the board |
[out] | dw_Data | LoadLogic read data |
0 | No error |
-1 | The h_DeviceHandle parameter is wrong |
-100 | An error occurred while calling the IOCTL function |
_INT_ i_PCIe3126_GetLoadLogicStatus | ( | IN HANDLE | h_DeviceHandle, |
OUT BYTE * | b_Status | ||
) |
[in] | h_DeviceHandle | Handle of the board |
[out] | b_Status | LoadLogic status |
0 | No error |
-1 | The h_DeviceHandle parameter is wrong |
-100 | An error occurred while calling the IOCTL function |
_INT_ i_PCIe3126_GetFirmwareVersion | ( | IN HANDLE | h_DeviceHandle, |
OUT DWORD * | dw_Version | ||
) |
[in] | h_DeviceHandle | Handle of the board |
[out] | dw_Version | Current firmware version |
0 | No error |
-1 | The h_DeviceHandle parameter is wrong |
-100 | An error occurred while calling the IOCTL function |