CanEasy COM-Help
|
Events provided by PreTransmit class
Definition at line 8115 of file cand_tlb.idl.
HRESULT CanEasy::_IPreTransmitEvents::OnPreTransmit | ( | [in] TransmissionData * | pTransmission, |
[in] IBoolValue * | pAllowSend | ||
) |
Called before a message gets transmitted
pTransmission | Contains information about the transmission (like timestamp, payload, identifier) |
pAllowSend | Allows to deny sending of this message |
HRESULT CanEasy::_IPreTransmitEvents::OnPreTransmitSync | ( | [in] TransmissionData * | pTransmission, |
[in] IBoolValue * | pAllowSend | ||
) |
Called before a message gets transmitted from high prio runtime thread
pTransmission | Contains information about the transmission (like timestamp, payload, identifier) |
pAllowSend | Allows to deny sending of this message |