blob: aca185e52f9f77453cba87975526dab64520a8de [file] [log] [blame]
[TOC]
# fidl.test.byteandbytes
## **STRUCTS**
### ByteAndBytes {#ByteAndBytes}
*Defined in [fidl.test.byteandbytes/byte_and_bytes.test.fidl](https://fuchsia.googlesource.com/fuchsia/+/master/zircon/tools/fidl/testdata/byte_and_bytes.test.fidl#3)*
<table>
<tr><th>Name</th><th>Type</th><th>Description</th><th>Default</th></tr><tr id="ByteAndBytes.single_byte">
<td><code>single_byte</code></td>
<td>
<code>uint8</code>
</td>
<td></td>
<td>No default</td>
</tr><tr id="ByteAndBytes.many_bytes">
<td><code>many_bytes</code></td>
<td>
<code>vector&lt;uint8&gt;</code>
</td>
<td></td>
<td>No default</td>
</tr><tr id="ByteAndBytes.only_one_k_bytes">
<td><code>only_one_k_bytes</code></td>
<td>
<code>vector&lt;uint8&gt;[1024]</code>
</td>
<td></td>
<td>No default</td>
</tr><tr id="ByteAndBytes.opt_only_one_k_bytes">
<td><code>opt_only_one_k_bytes</code></td>
<td>
<code>vector&lt;uint8&gt;[1024]?</code>
</td>
<td></td>
<td>No default</td>
</tr>
</table>