Skip to content

Commit

Permalink
Definitions for ParityType (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
reillyeon committed Jan 9, 2019
1 parent 12f72a2 commit f773435
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions index.html
Expand Up @@ -301,27 +301,26 @@ <h2><dfn>ParityType</dfn> enum</h2>
enum ParityType {
"none",
"even",
"mark",
"odd",
"mark",
"space"
};
</pre>
<dl data-dfn-for"ParityType">
<dt>
none
</dt>
<dt>
even
</dt>
<dt>
mark
</dt>
<dt>
odd
</dt>
<dt>
space
</dt>
<dt><dfn>none</dfn></dt>
<dd>No parity bit is sent for each data word.</dd>

<dt><dfn>even</dfn></dt>
<dd>Data word plus parity bit has even parity.</dd>

<dt><dfn>odd</dfn></dt>
<dd>Data word plus parity bit has odd parity.</dd>

<dt><dfn>mark</dfn></dt>
<dd>Parity bit has a mark symbol (logical one).</dd>

<dt><dfn>space</dfn></dt>
<dd>Parity bit has a space symbol (logical zero).</dd>
</dl>
</section>

Expand Down

0 comments on commit f773435

Please sign in to comment.