blob: 79feb6d1ff461b0b4a616104d7287161ca43cfe5 [file] [log] [blame]
[TOC]
# fidl.test.inheritance
## **PROTOCOLS**
## sub {#sub}
*Defined in [fidl.test.inheritance/inheritance.test.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/master:tools/fidl/fidlc/testdata/inheritance.test.fidl;l=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://cs.opensource.google/fuchsia/fuchsia/+/master:tools/fidl/fidlc/testdata/inheritance.test.fidl;l=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**