Click or drag to resize

Interface Constructor

Detected interfaces.

Namespace: Demo3D.PLC.Comms.CPF
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public Interface(
	string name,
	uint interfaceId,
	ushort commsFlags,
	byte type,
	byte protocol
)

Parameters

name  String
Interface name.
interfaceId  UInt32
Interface id.
commsFlags  UInt16
Communications flags.
type  Byte
Interface type.
protocol  Byte
Interface protocol.
See Also