IODCallback.OnReadObject (METH)ΒΆ
METHOD OnReadObject : ABORT_CODE
Will be called before a read operation is performed on an object. If all IODCallback instances registered to the Object Dictionary return ABORT_CODE.SUCCESSFUL read operation will be executed. Vice versa: If any instance returns an error read operation will be aborted and the reader will be informed.
- InOut:
Scope
Name
Type
Comment
Return
OnReadObjectABORT_CODE.SUCCESSFUL if reading is permitted, else corresponding abort code
Input
itfObjectObject to be read
itfSubObjectSubobject to be read