IObjectDictionary.RaiseWriteObject (METH)ΒΆ
METHOD RaiseWriteObject : ABORT_CODE
Used to raise a write object event. All IODCallback instances will be informed. Returns ABORT_CODE.SUCCESSFUL if writing is permitted else error reason.
- InOut:
- Scope - Name - Type - Comment - Return - RaiseWriteObject- ABORT_CODE.SUCCESSFUL if writing is permitted; other ABORT_CODE if writing is not permitted - Input - itfObject- Object which should be written. - itfSubObject- Subobject which should be written. - pbyData- POINTER TO BYTE - Pointer to data which should be written. Needed for IODCallback handlers to do range checks. - udiSize- UDINT- Size of Bytes to be written