CanEasy COM-Help
|
Events provided by a signal.
See class Signal and interface ISignal
Definition at line 3426 of file cand_tlb.idl.
HRESULT CanEasy::_ISignalEvents::OnChanged | ( | ) |
Called when signal was changed from owner thread
HRESULT CanEasy::_ISignalEvents::OnChangedSync | ( | ) |
Called when signal value was changed from thread that changed the value
HRESULT CanEasy::_ISignalEvents::OnPreCopy | ( | [in] TransmissionData * | pTransmission, |
[out] BoolValue * | pAllowCopy | ||
) |
Called before reception of the message containing this signal is processed
HRESULT CanEasy::_ISignalEvents::OnPreCopySync | ( | [in] TransmissionData * | pTransmission, |
[out] BoolValue * | pAllowCopy | ||
) |
Called before reception of the message containing this signal is processed from high prio transmission thread
HRESULT CanEasy::_ISignalEvents::OnPreTransmit | ( | [in] TransmissionData * | pTransmission, |
[in] BoolValue * | pAllowSend | ||
) |
Called before the message containing this signal gets transmitted
HRESULT CanEasy::_ISignalEvents::OnPreTransmitSync | ( | [in] TransmissionData * | pTransmission, |
[in] BoolValue * | pAllowSend | ||
) |
Called before the message containing this signal gets transmitted from high prio transmission thread
HRESULT CanEasy::_ISignalEvents::OnRxConfirm | ( | [in] TransmissionData * | pTransmission | ) |
Deprecated: Called when the message was received. Use OnTransmission instead.
HRESULT CanEasy::_ISignalEvents::OnRxConfirmSync | ( | [in] TransmissionData * | pTransmission | ) |
Deprecated: Called when the message was received from high prio transmission thread. Use OnTransmission instead.
HRESULT CanEasy::_ISignalEvents::OnTransmission | ( | [in] TransmissionData * | pTransmission | ) |
Called before the message containing this signal gets transmitted or received
HRESULT CanEasy::_ISignalEvents::OnTransmissionMT | ( | [in] TransmissionData * | pTransmission | ) |
Called before the message containing this signal gets transmitted or received from high prio transmission thread.
HRESULT CanEasy::_ISignalEvents::OnTxConfirm | ( | [in] TransmissionData * | pTransmission | ) |
Deprecated: Called when the message was transmitted. Use OnTransmission instead.
HRESULT CanEasy::_ISignalEvents::OnTxConfirmSync | ( | [in] TransmissionData * | pTransmission | ) |
Deprecated: Called when the message was transmitted from high prio transmission thread. Use OnTransmission instead.