FUNCTION IsSendingActive : BOOL
This function specifies whether the CAN hardware is busy sending CAN messages or whether further messages are stored and waiting to be sent.
InOut:
|
Scope
|
Name
|
Type
|
Comment
|
Return
|
IsSendingActive
|
BOOL
|
FALSE if the sending queue is empty and the CAN hardware is actually not transmitting a message.
|
Input
|
hDriver
|
CAA.HANDLE
|
handle of CAN interface
|
peError
|
POINTER TO ERROR
|
optional pointer to error enum
|
|