Click or drag to resize

SimulationAppClientConnectDirect Method

Namespace:  Project
Assembly:  Project (in Project.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool ConnectDirect(
	string address,
	int port,
	string username,
	string password,
	out string error
)

Parameters

address
Type: SystemString
port
Type: SystemInt32
username
Type: SystemString
password
Type: SystemString
error
Type: SystemString

Return Value

Type: Boolean
See Also