Updated the theme

This commit is contained in:
2024-06-10 15:48:17 +02:00
parent c5891de51b
commit 72d196b207
3 changed files with 19 additions and 12 deletions

View File

@ -216,9 +216,12 @@ employee ID.
aa55010100000000000055aaxxxxxxxxxxxxxxxxxxxx4c0000000000595a7c7c0000
```
The first 10 bits of the payload contain the employee's name; if it's shorter
than 10 characters, the remaining space will be filled with null terminators
(`\0`).
If the response header is set to `01 00 00 00 00 00 00 00`, then this means
that the username was not found. However, if it is set to `01 01 00 00 00 00 00
00`, then the first 10 bits of the payload represent the employee's name.
If the name is shorter than 10 characters, the remaining space will be filled
with null-terminator characters `\0`.
These messages comprise almost the entirety of the third phase I described in
the last chapter, the one with many but small messages. This suggests that the