openspace.parallel
Functions overview
Name |
Documentation |
|---|---|
Connect to parallel |
|
Disconnect from parallel |
|
Request to be the host for this session |
|
Resign hostship |
Functions
connect
Connect to parallel.
Return type: void
Signature
openspace.parallel.connect()
disconnect
Disconnect from parallel.
Return type: void
Signature
openspace.parallel.disconnect()
joinServer
Parameters
port
Stringaddress
StringserverName
Stringpassword
Stringhostpassword
String?- Default value:""name
String?- Default value:"Anonymous"
Return type: void
Signature
openspace.parallel.joinServer(port, address, serverName, password, hostpassword, name)
requestHostship
Request to be the host for this session.
Return type: void
Signature
openspace.parallel.requestHostship()
resignHostship
Resign hostship.
Return type: void
Signature
openspace.parallel.resignHostship()