mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
711 B
711 B
Home > bitburner > NS > getPortHandle
NS.getPortHandle() method
Get all data on a port.
Signature:
getPortHandle(port: number): any[];
Parameters
Parameter | Type | Description |
---|---|---|
port | number | Port number. Must be an integer between 1 and 20. |
Returns:
any[]
Data in the specified port.
Remarks
RAM cost: 0 GB
Get a handle to a Netscript Port.
WARNING: Port Handles only work in NetscriptJS (Netscript 2.0). They will not work in Netscript 1.0.