|
CanEasy COM-Help
|
Events provided by a message
Definition at line 3869 of file cand_tlb.idl.
| HRESULT CanEasy::_IMessageEvents::OnChanged | ( | ) |
Called when message payload has changed
| HRESULT CanEasy::_IMessageEvents::OnChangedSync | ( | ) |
Called when message payload was changed from thread that changed the data
| HRESULT CanEasy::_IMessageEvents::OnPreCopy | ( | [in] TransmissionData * | pTransmission, |
| [out] BoolValue * | pAllowCopy | ||
| ) |
Called before reception of the message is processed
| HRESULT CanEasy::_IMessageEvents::OnPreCopySync | ( | [in] TransmissionData * | pTransmission, |
| [out] BoolValue * | pAllowCopy | ||
| ) |
Called before reception of the message is processed from high prio transmission thread
| HRESULT CanEasy::_IMessageEvents::OnPreTransmit | ( | [in] TransmissionData * | pTransmission, |
| [in] BoolValue * | pAllowSend | ||
| ) |
Called before the message gets transmitted
| HRESULT CanEasy::_IMessageEvents::OnPreTransmitSync | ( | [in] TransmissionData * | pTransmission, |
| [in] BoolValue * | pAllowSend | ||
| ) |
Called before the message gets transmitted from high prio transmission thread
| HRESULT CanEasy::_IMessageEvents::OnRxConfirm | ( | [in] TransmissionData * | pTransmission | ) |
Deprecated: Called when the message was received. Use OnTransmission instead.
| HRESULT CanEasy::_IMessageEvents::OnRxConfirmSync | ( | [in] TransmissionData * | pTransmission | ) |
Deprecated: Called when the message was received from high prio transmission thread. Use OnTransmission instead.
| HRESULT CanEasy::_IMessageEvents::OnTransmission | ( | [in] TransmissionData * | pTransmission | ) |
Called before the message gets transmitted or received
| HRESULT CanEasy::_IMessageEvents::OnTxConfirm | ( | [in] TransmissionData * | pTransmission | ) |
Deprecated: Called when the message was transmitted. Use OnTransmission instead.
| HRESULT CanEasy::_IMessageEvents::OnTxConfirmSync | ( | [in] TransmissionData * | pTransmission | ) |
Deprecated: Called when the message was transmitted from high prio transmission thread. Use OnTransmission instead.