Click or drag to resize

BuiltinMemoryProtocolNewInstance Method

Creates a new instance of the protocol.

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

Parameters

head
Type: Demo3D.NetProtocolHead
A required parameter of the ProtocolInstance constructor.
protocolAddress
Type: Demo3D.NetProtocolAddress
The address of the new connection.

Return Value

Type: ProtocolInstance
A new instance of the protocol.
See Also