Click or drag to resize

BuiltinNotifyMemoryProtocolNewInstance Method

Creates a new instance of the protocol.

Namespace: Demo3D.PLC.Comms.Builtin
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
protected override ProtocolInstance NewInstance(
	ProtocolHead head,
	ProtocolAddress protocolAddress
)

Parameters

head  ProtocolHead
A required parameter of the ProtocolInstance constructor.
protocolAddress  ProtocolAddress
The address of the new connection.

Return Value

ProtocolInstance
A new instance of the protocol.
See Also