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: 19.00.00
Syntax
C#
public abstract void OverrideAddressItem(
	CPFItem item
)

Parameters

item  CPFItem
The new address item.
See Also