Click or drag to resize

Interface Constructor

Detected interfaces.

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

Parameters

name
Type: SystemString
Interface name.
interfaceId
Type: SystemUInt32
Interface id.
commsFlags
Type: SystemUInt16
Communications flags.
type
Type: SystemByte
Interface type.
protocol
Type: SystemByte
Interface protocol.
See Also