Click or drag to resize

Interface Constructor

Constructs a new Interface.

Namespace:  Demo3D.PLC.Comms.CPF
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public Interface(
	string name,
	uint interfaceId
)

Parameters

name
Type: SystemString
Interface name.
interfaceId
Type: SystemUInt32
Interface id.
See Also