FUNCTION _DriverOpenH : CAA.HANDLE
Unmanaged implementation of DriverOpenH
InOut:
|
Scope
|
Name
|
Type
|
Comment
|
Return
|
_DriverOpenH
|
CAA.HANDLE
|
handle of CAN interface or CAA.gc_hINVALID if failed.
|
Input
|
usiNetId
|
USINT
|
number of CAN network [0..n]
|
uiBaudrate
|
UINT
|
Baudrate in kBit/s
|
xSupport29Bits
|
BOOL
|
FALSE: only 11-Bit IDs, TRUE: support also 29-Bit
|
ctMessages
|
CAA.COUNT
|
number of transmit messages which should be allocated
|
peError
|
POINTER TO ERROR
|
optional pointer to error enum
|
|