blob: fe8e0fe9370da3ee9a766a680854149afa83b6a5 [file] [log] [blame]
[TOC]
# fidl.test.inheritance
## **PROTOCOLS**
## sub {#sub}
*Defined in [fidl.test.inheritance/inheritance.test.fidl](https://fuchsia.googlesource.com/fuchsia/+/master/zircon/tools/fidl/testdata/inheritance.test.fidl#7)*
### foo {#fidl.test.inheritance/sub.foo}
#### Request
<table>
<tr><th>Name</th><th>Type</th></tr>
<tr>
<td><code>s</code></td>
<td>
<code>string</code>
</td>
</tr></table>
#### Response
<table>
<tr><th>Name</th><th>Type</th></tr>
<tr>
<td><code>y</code></td>
<td>
<code>int64</code>
</td>
</tr></table>
## super {#super}
*Defined in [fidl.test.inheritance/inheritance.test.fidl](https://fuchsia.googlesource.com/fuchsia/+/master/zircon/tools/fidl/testdata/inheritance.test.fidl#3)*
### foo {#fidl.test.inheritance/super.foo}
#### Request
<table>
<tr><th>Name</th><th>Type</th></tr>
<tr>
<td><code>s</code></td>
<td>
<code>string</code>
</td>
</tr></table>
#### Response
<table>
<tr><th>Name</th><th>Type</th></tr>
<tr>
<td><code>y</code></td>
<td>
<code>int64</code>
</td>
</tr></table>
## **STRUCTS**