mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 05:05:47 +01:00
14 lines
374 B
Markdown
14 lines
374 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [IPort](./bitburner.iport.md) > [read](./bitburner.iport.read.md)
|
|
|
|
## IPort.read property
|
|
|
|
reads and removes first element from port if no data in port returns "NULL PORT DATA"
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
read: () => any;
|
|
```
|