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

14 lines
348 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; [tryWrite](./bitburner.iport.trywrite.md)
## IPort.tryWrite property
add data to port if not full.
<b>Signature:</b>
```typescript
tryWrite: (value: any) => boolean;
```