Skip to content

Commit

Permalink
Fix PRESENTATION_ID definition for response.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfoltzgoogle committed Sep 13, 2017
1 parent dd13b3a commit d7111a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions control_protocol.md
Expand Up @@ -476,8 +476,9 @@ Byte Offset
47 +-----------------------+
```

- `PRESENTATION_ID` is a null (zero-byte) terminated ASCII string of at most 128
bytes that matches the Presentation ID sent in the Request.
- `PRESENTATION_ID` is a null (zero-byte) terminated ASCII string of exactly 128
bytes that communicates the ID for the presentation. Values shorter than 128
bytes should be zero-byte padded.
- `CONNECTION_ID` is a 32-bit positive integer that starts at 1 and is
incremented by one for each successful connection to the presentation page.
If there was an error connecting to the page, it is zero.
Expand Down

0 comments on commit d7111a2

Please sign in to comment.