bitburner-src/markdown/bitburner.iport.read.md
2022-01-16 16:11:52 +00:00

14 lines
374 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [IPort](./bitburner.iport.md) &gt; [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;
```