Click or drag to resize

IOSuccessHandler Delegate

Delegate for indicating IO success.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public delegate void IOSuccessHandler(
	bool free,
	Object? userState
)

Parameters

free  Boolean
True if the request resources can be freed.
userState  Object
The user state.
See Also