LINtp_DataCon
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This CAPL callback confirms the number of data bytes successfully sent.Parameters
- count: Number of bytes sent.
void LINtp_DataCon(long count);
void LINtp_DataCon(long count)
{
write( "sent %d byte", count);
}