Click or drag to resize

BuiltinMixedProtocolBuiltinMixedConnectionInternalOpenAsync Method

Connects to the server.

Namespace: Demo3D.PLC.Comms.Builtin
Assembly: PLC (in PLC.dll) Version: 19.01.00
Syntax
C#
protected override Task InternalOpenAsync(
	bool sync,
	Flags flags
)

Parameters

sync  Boolean
If true, the Task returned must be guaranteed to be complete.
flags  Flags
The flags used to open the connection.

Return Value

Task
Nothing.
See Also