Skip to main content

setCallBack

Short summary

This methods is the setter for the callback class if an assertion was false

Parameters

NameTypeCommentKind
callBackIAssertCallBackthe class that must be informed if an assertion is falseinput

Code

Declaration

METHOD setCallBack
VAR_INPUT
(* the class that must be informed if an assertion is false *)
callBack :IAssertCallBack;
END_VAR

Implementation

SUPER^.setCallBack(callBack);
THIS^.utf8Assertions.setCallBack(callBack);
THIS^.utf16Assertions.setCallBack(callBack);