This commit is contained in:
2019-09-22 10:52:33 +02:00
parent ab6121c8c8
commit 2bab836faf
12 changed files with 244 additions and 140 deletions
+1 -1
View File
@@ -24,6 +24,6 @@
**destroy**(): *void*
Defined in Interfaces.ts:20
Defined in Interfaces.ts:26
**Returns:** *void*
-39
View File
@@ -1,39 +0,0 @@
[rpclibrary](../README.md) [Globals](../globals.md) ["Interfaces"](../modules/_interfaces_.md) [Exporter](_interfaces_.exporter.md)
# Interface: Exporter <**T**>
## Type parameters
**T**
## Hierarchy
* **Exporter**
## Index
### Properties
* [name](_interfaces_.exporter.md#name)
### Methods
* [exportRPCs](_interfaces_.exporter.md#exportrpcs)
## Properties
### name
**name**: *T.Name*
Defined in Interfaces.ts:5
## Methods
### exportRPCs
**exportRPCs**(): *T.RPCT[]*
Defined in Interfaces.ts:6
**Returns:** *T.RPCT[]*
+10 -8
View File
@@ -2,6 +2,8 @@
# Interface: Socket
Generic socket interface that can apply to bsock as well as RPCSocket
## Hierarchy
* [Destroyable](_interfaces_.destroyable.md)
@@ -34,7 +36,7 @@
**call**: *function*
Defined in Interfaces.ts:13
Defined in Interfaces.ts:19
#### Type declaration:
@@ -53,7 +55,7 @@ ___
**fire**: *function*
Defined in Interfaces.ts:14
Defined in Interfaces.ts:20
#### Type declaration:
@@ -72,7 +74,7 @@ ___
**hook**: *function*
Defined in Interfaces.ts:11
Defined in Interfaces.ts:17
#### Type declaration:
@@ -98,7 +100,7 @@ ___
**on**: *T.OnFunction*
Defined in Interfaces.ts:15
Defined in Interfaces.ts:21
___
@@ -106,7 +108,7 @@ ___
**port**: *number*
Defined in Interfaces.ts:10
Defined in Interfaces.ts:16
___
@@ -114,7 +116,7 @@ ___
**unhook**: *function*
Defined in Interfaces.ts:12
Defined in Interfaces.ts:18
#### Type declaration:
@@ -132,7 +134,7 @@ Name | Type |
**close**(): *void*
Defined in Interfaces.ts:16
Defined in Interfaces.ts:22
**Returns:** *void*
@@ -144,6 +146,6 @@ ___
*Inherited from [Destroyable](_interfaces_.destroyable.md).[destroy](_interfaces_.destroyable.md#destroy)*
Defined in Interfaces.ts:20
Defined in Interfaces.ts:26
**Returns:** *void*