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: 15.0.2.11458
Syntax
C#
public void AddInterface(
	uint interfaceId,
	string interfaceName
)

Parameters

interfaceId
Type: SystemUInt32

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

interfaceName
Type: SystemString

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

See Also