BuiltinNotifyMemoryProtocolNewInstance Method |
Creates a new instance of the protocol.
Namespace: Demo3D.PLC.Comms.BuiltinAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxprotected 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
ProtocolInstanceA new instance of the protocol.
See Also