Internal¶
All functions in this folder are unmanaged functions. No resource manager is managing the resources. This means that the caller is responsible for freeing all resources (Prefix “_”). Functions without resource manager have better performance. Handles returned by unmanaged functions should not be used with managed functions and vice versa.
- Basic Functions
- CAN FD
- _CloneMessage (Function)
- _CreateArrayReceiver (Function)
- _CreateIdAreaReceiver (Function)
- _CreateMaskReceiver (Function)
- _CreateMessage (Function)
- _CreateSingleIdReceiver (Function)
- _DeleteReceiver (Function)
- _DriverClose (Function)
- _DriverGetSize (Function)
- _DriverOpenH (Function)
- _DriverOpenP (Function)
- _FreeMessage (Function)
- _Read (Function)
- _ReadArrayReceiver (Function)
- _RegisterIdArea (Function)
- _UnregisterIdArea (Function)
- _Write (Function)
- Diagnostic Information
- _GetBaudrate (Function)
- _GetBusAlarm (Function)
- _GetBusState (Function)
- _GetBusload (Function)
- _GetDiagnosis (Function)
- _GetDiagnosis2 (Function)
- _GetLostCounter (Function)
- _GetReceiveCounter (Function)
- _GetReceiveErrorCounter (Function)
- _GetReceivePoolSize (Function)
- _GetReceiveQueueLength (Function)
- _GetTransmitCounter (Function)
- _GetTransmitErrorCounter (Function)
- _GetTransmitPoolSize (Function)
- _GetTransmitQueueLength (Function)
- _IsSendingActive (Function)
- _ResetBusAlarm (Function)
- Extended Functionality
- Indicator Services
- Message Information
- CAN FD
- _GetMessageDataPointer (Function)
- _GetMessageDataPointer2 (Function)
- _GetMessageId (Function)
- _GetMessageLength (Function)
- _GetMsgCount (Function)
- _GetNetId (Function)
- _GetTimeStamp (Function)
- _Is29BitIdMessage (Function)
- _IsFdMessage (Function)
- _IsRTRMessage (Function)
- _IsTransmitMessage (Function)
- _LostMessages (Function)