TCIL_OnTxMessage (Callback)
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This callback function is called from the TC IL if a message was sent successfully.Parameters
- txPG: Message which was sent
void TCIL_OnTxMessage( pg * txPG );
void TCIL_OnTxMessage( pg * txPG )
{
switch( txPG.PGN ) {
case 0xFF01:
break;
}
}