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