FUNCTION _CreateArrayReceiver : CAA.HANDLE
Creates an Array Receiver.
InOut:
|
Scope
|
Name
|
Type
|
Comment
|
Return
|
_CreateArrayReceiver
|
CAA.HANDLE
|
new receiver handle or CAA.gc_hINVALID in case of failure
|
Input
|
hDriver
|
CAA.HANDLE
|
handle of CAN interface
|
paSortedCOBIDs
|
POINTER TO CL2I.ARRAY_RECV_ENTRY
|
array filled with COBIDs of interest sorted by COBID
|
ctCOBIDs
|
CAA.COUNT
|
number of COBIDs contained in paSortedCOBIDs
|
eEvent
|
CB.EVENT
|
trigger event when message received
|
xEnableSyncWindow
|
BOOL
|
use SYNC window ==> not implemented
|
peError
|
POINTER TO ERROR
|
optional pointer to error enum
|
|