mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
607 B
607 B
Home > bitburner > NS > nextPortWrite
NS.nextPortWrite() method
Listen for a port write.
Signature:
nextPortWrite(port: number): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
port | number | Port to listen for a write on. Must be a positive integer. |
Returns:
Promise<void>
Remarks
RAM cost: 0 GB
Sleeps until the port is written to.