ForwardCloseHandlerSuccess Method |
Generates a success response to the caller.
Namespace:
Demo3D.PLC.Comms.CIP.Nodes
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic abstract void Success(
Buffer? applicationData
)
Parameters
- applicationData
- Type: Demo3D.IOBuffer
Optional additional data to include in the success response.
See Also