Skip to content

Commit

Permalink
Use ascii table
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc committed Nov 1, 2024
1 parent 98c7987 commit f02f648
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,19 @@ when reading or writing to a socket:

Reading a socket with a 1 byte buffer will return the status of the socket:

```
+-----+--------------+
| Bit | Status |
| --- | ------------ |
+-----+--------------+
| 0 | Is Listening |
| 1 | Is Active |
| 2 | Is Open |
| 3 | Can Send |
| 4 | May Send |
| 5 | Can Recv |
| 6 | May Recv |
+-----+--------------+
```

## Speaker

Expand Down

0 comments on commit f02f648

Please sign in to comment.