Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update protocol.md with connection flags definition #180

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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