OnTlsHandshakeComplete
Valid for: CANoe DE • CANoe4SW DE • CANoe:lite DE • CANoe4SW:lite DEFunction Syntax
Description
If the CAPL program implements this callback it is called when a TLS handshake is completed.Parameters
- socket: The TLS socket handle. If the handle is valid (not equal to ~0), it corresponds to the socket that was used for tlsOpen.
- result: The specific result code of the operation. If the operation completed successfully the value is zero. Otherwise the value is an error code.