Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/hardware/developing-an-iox/protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Sent from the IOX to the GO device when the IOX wants to create a log that can f
| --- | --- |
| 1 | Connected = 1, Disconnected = 0 |
| 2-3 | Data ID |
| 4-5 | Connection flags |
| 4-5 | Connection flags: <br> **1st bit:** Reserved, please set to 0 <br> **2nd bit:** Binary Data Packet Wrapping <br> 0 means the passthrough data from the server will be passed to the external device without modification. <br> 1 means the passthrough data from the server will be wrapped in a Binary Data Packet message before being sent to the external device. <br> **All other bits:** Reserved for future implementation, must be set to 0 <br> |

#### Log Type: 2 (GenericFaultRecord)

Expand Down