_GetReceiveCounter (FUN) ¶ FUNCTION _GetReceiveCounter : CAA.COUNT Unmanaged implementation of GetReceiveCounter InOut: Scope Name Type Comment Return _GetReceiveCounter CAA.COUNT number of received messages Input hDriver CAA.HANDLE handle of CAN interface peError POINTER TO ERROR optional pointer to error enum
_GetReceiveErrorCounter (FUN) ¶ FUNCTION _GetReceiveErrorCounter : CAA.COUNT Unmanaged implementation of GetReceiveErrorCounter InOut: Scope Name Type Comment Return _GetReceiveErrorCounter CAA.COUNT number of receive errors Input hDriver CAA.HANDLE handle of CAN interface peError POINTER TO ERROR optional pointer to error enum
_GetReceivePoolSize (FUN) ¶ FUNCTION _GetReceivePoolSize : CAA.COUNT Unmanaged implementation of GetReceivePoolSize InOut: Scope Name Type Comment Return _GetReceivePoolSize CAA.COUNT number of free receive messages in global receive pool Input hDriver CAA.HANDLE handle of CAN interface peError POINTER TO ERROR optional pointer to error enum
_GetReceiveQueueLength (FUN) ¶ FUNCTION _GetReceiveQueueLength : CAA.COUNT Unmanaged implementation of GetReceiveQueueLength InOut: Scope Name Type Comment Return _GetReceiveQueueLength CAA.COUNT number of messages in receive queue Input hDriver CAA.HANDLE handle of CAN interface peError POINTER TO ERROR optional pointer to error enum
_GetTransmitCounter (FUN) ¶ FUNCTION _GetTransmitCounter : CAA.COUNT Unmanaged implementation of GetTransmitCounter InOut: Scope Name Type Comment Return _GetTransmitCounter CAA.COUNT number of sent messages Input hDriver CAA.HANDLE handle of CAN interface peError POINTER TO ERROR optional pointer to error enum
_GetTransmitErrorCounter (FUN) ¶ FUNCTION _GetTransmitErrorCounter : CAA.COUNT Unmanaged implementation of GetTransmitErrorCounter InOut: Scope Name Type Comment Return _GetTransmitErrorCounter CAA.COUNT number of transmit errors Input hDriver CAA.HANDLE handle of CAN interface peError POINTER TO ERROR optional pointer to error enum
_GetTransmitPoolSize (FUN) ¶ FUNCTION _GetTransmitPoolSize : CAA.COUNT Unmanaged implementation of GetTransmitPoolSize InOut: Scope Name Type Comment Return _GetTransmitPoolSize CAA.COUNT number of free transmit messages in transmit pool. Input hDriver CAA.HANDLE handle of CAN interface peError POINTER TO ERROR optional pointer to error enum
_GetTransmitQueueLength (FUN) ¶ FUNCTION _GetTransmitQueueLength : CAA.COUNT Unmanaged implementation of GetTransmitQueueLength InOut: Scope Name Type Comment Return _GetTransmitQueueLength CAA.COUNT number of messages in transmit queue. Input hDriver CAA.HANDLE handle of CAN interface peError POINTER TO ERROR optional pointer to error enum
_IsSendingActive (FUN) ¶ 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
_ResetBusAlarm (FUN) ¶ FUNCTION _ResetBusAlarm : ERROR Unmanaged implementation of ResetBusAlarm InOut: Scope Name Type Comment Return _ResetBusAlarm ERROR ERROR.NO_ERROR or appropriate error code Input hDriver CAA.HANDLE handle of CAN interface