mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 03:00:56 +02:00
61 lines
802 B
Markdown
61 lines
802 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [getPortHandle](./bitburner.ns.getporthandle.md)
|
|
|
|
## NS.getPortHandle() method
|
|
|
|
Get all data on a port.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getPortHandle(portNumber: number): NetscriptPort;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
<table><thead><tr><th>
|
|
|
|
Parameter
|
|
|
|
|
|
</th><th>
|
|
|
|
Type
|
|
|
|
|
|
</th><th>
|
|
|
|
Description
|
|
|
|
|
|
</th></tr></thead>
|
|
<tbody><tr><td>
|
|
|
|
portNumber
|
|
|
|
|
|
</td><td>
|
|
|
|
number
|
|
|
|
|
|
</td><td>
|
|
|
|
Port number. Must be a positive integer.
|
|
|
|
|
|
</td></tr>
|
|
</tbody></table>
|
|
|
|
**Returns:**
|
|
|
|
[NetscriptPort](./bitburner.netscriptport.md)
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 0 GB
|
|
|
|
Get a handle to a Netscript Port. Ports are shared across all hosts and contents are reset on game restart.
|
|
|