Click or drag to resize

CPFServerReplyOverrideAddressItem Method

Overrides the address in the reply. The default is to reply to the address received in the request.

Namespace:  Demo3D.PLC.Comms.CPF
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public abstract void OverrideAddressItem(
	CPFItem item
)

Parameters

item
Type: Demo3D.PLC.Comms.CPFCPFItem
The new address item.
See Also