FUNCTION _IsSendingActive : BOOL
Unmanaged implementation of IsSendingActive
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
|
|