diff --git a/src/hardware/developing-an-iox/protocol.md b/src/hardware/developing-an-iox/protocol.md index bad752e22..9495491e0 100644 --- a/src/hardware/developing-an-iox/protocol.md +++ b/src/hardware/developing-an-iox/protocol.md @@ -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:
**1st bit:** Reserved, please set to 0
**2nd bit:** Binary Data Packet Wrapping
0 means the passthrough data from the server will be passed to the external device without modification.
1 means the passthrough data from the server will be wrapped in a Binary Data Packet message before being sent to the external device.
**All other bits:** Reserved for future implementation, must be set to 0
| #### Log Type: 2 (GenericFaultRecord)