mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
609 B
609 B
Home > bitburner > NS > writePort
NS.writePort() method
Write data to a port.
Signature:
writePort(port: number, data: any): Promise<any>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| port | number | |
| data | any |
Returns:
Promise<any>
The data popped off the queue if it was full.
Remarks
RAM cost: 0 GB
Write data to that netscript port.