FUNCTION _CreateMessage : CAA.HANDLE
Unmanaged implementation of CreateMessage
InOut:
|
Scope
|
Name
|
Type
|
Comment
|
Return
|
_CreateMessage
|
CAA.HANDLE
|
new message handle
|
Input
|
hDriver
|
CAA.HANDLE
|
handle of CAN interface
|
cobID
|
CL2I.COBID
|
cob ID
|
usiLength
|
USINT
|
length of valid data bytes
|
xRTR
|
BOOL
|
RTR bit
|
x29BitID
|
BOOL
|
29 Bit ID
|
peError
|
POINTER TO ERROR
|
optional pointer to error enum
|
|