USB-CANmodul
36
SYS TEC electronic GmbH 2001 L-487e_6
Description:
Initializes a USB-CANmodul. The software changes into the state
HW_INIT. From this point, other functions as they are defined in
Table 4 can be called. If the function was executed successfully, the
function transfers a USB-CAN handle to the variable
*pUcabHandle_p. Other functions have to be called with this handle.
Example:
BYTE bRet;
tUcanHandle UcanHandle;
...
// initializes a USB-CANmodul without callback function
bRet = UcanInitHardware (&UcanHandle, USBCAN_ANY_MODULE, NULL);
...