Click or drag to resize

CPFPacketWriterAddInterface Method

Adds a CPF item to the packet.

Namespace: Demo3D.PLC.Comms.CPF
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public void AddInterface(
	uint interfaceId,
	string interfaceName
)

Parameters

interfaceId  UInt32

[Missing <param name="interfaceId"/> documentation for "M:Demo3D.PLC.Comms.CPF.CPFPacketWriter.AddInterface(System.UInt32,System.String)"]

interfaceName  String

[Missing <param name="interfaceName"/> documentation for "M:Demo3D.PLC.Comms.CPF.CPFPacketWriter.AddInterface(System.UInt32,System.String)"]

See Also