Skip to content

Latest commit

 

History

History
60 lines (29 loc) · 786 Bytes

File metadata and controls

60 lines (29 loc) · 786 Bytes

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. Ports are shared across all hosts and contents are reset on game restart.