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