OnUdpSendTo
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Method Syntax
Method SyntaxDescription
If the CAPL program implements this callback it is called when an asynchronous send operation on an UDP socket completes.Parameters
- socket: The socket handle or socket object.
- result: The result code of the asynchronous operation. If the operation completed successfully the value is 0. Otherwise the value is an error code.
- buffer: The buffer provided with the send operation.
- size: The number of bytes sent.