Differences

This shows you the differences between two versions of the page.

Link to this comparison view

create_connection_info [2026/08/28 03:00] (current)
hermann Create new page from functor_docs documentation
Line 1: Line 1:
 +====== Create Connection Info ======
 +
 +===== Description =====
 +
 +Builds a connection info value from an address and a port number, so it can be passed to a functor such as [[Run Remotely]] instead of relying on the connection details configured in the application settings.
 +
 +===== Inputs =====
 +
 +None.
 +
 +===== Optional Inputs =====
 +
 +^ Name  ^ Type  ^ Description ​ ^ Default Value  ^
 +| Address ​ | [[String Type]] ​ | Hostname, IPv4, or IPv6 address. IPv4 addresses are divided into four octets, each a number between 0 and 255, separated by dots (e.g., 192.168.0.1). IPv6 addresses are divided into eight groups of four hexadecimal digits, separated by colons (e.g., 2001:​0db8:​85a3:​0000:​0000:​8a2e:​0370:​7334). ​ | Empty  |
 +| Port  | [[Positive Integer Value Type]] ​ | Port number, in the range 1 to 65535. ​ | None  |
 +
 +===== Outputs =====
 +
 +^ Name  ^ Type  ^ Description ​ ^
 +| Result ​ | [[Connection Info Type]] ​ | Connection info built from Address and Port.  |
 +
 +===== Group =====
 +
 +[[Functor List#​Distributed | Distributed]]
 +
 +===== Notes =====
 +
 +Reports an error if Port is outside the range 1 to 65535.
 +
 +===== Internal Name =====
 +
 +CreateConnectionInfo