Search
Preparing search index...
The search index is not available
rpclibrary
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"Interfaces"
Socket
Interface Socket
Hierarchy
Destroyable
Socket
Implemented by
RPCSocket
Index
Properties
call
fire
hook
on
port
unhook
Methods
close
destroy
Properties
call
call
:
function
Type declaration
(
rpcname
:
T.Name
,
...
args
:
T.Any
[]
)
:
Promise
<
T.Any
>
Parameters
rpcname:
T.Name
Rest
...
args:
T.Any
[]
Returns
Promise
<
T.Any
>
fire
fire
:
function
Type declaration
(
rpcname
:
T.Name
,
...
args
:
T.Any
[]
)
:
Promise
<
T.Any
>
Parameters
rpcname:
T.Name
Rest
...
args:
T.Any
[]
Returns
Promise
<
T.Any
>
hook
hook
:
function
Type declaration
(
rpcname
:
T.Name
, handler
:
function
)
:
Socket
Parameters
rpcname:
T.Name
handler:
function
(
...
args
:
any
[]
)
:
any
|
Promise
<
any
>
Parameters
Rest
...
args:
any
[]
Returns
any
|
Promise
<
any
>
Returns
Socket
on
on
:
T.OnFunction
port
port
:
number
unhook
unhook
:
function
Type declaration
(
rpcname
:
T.Name
)
:
Socket
Parameters
rpcname:
T.Name
Returns
Socket
Methods
close
close
(
)
:
void
Returns
void
destroy
destroy
(
)
:
void
Returns
void
Globals
"
Backend"
"
Frontend"
"
Interfaces"
"
Types"
"
Utils"
Destroyable
Exporter
Socket
call
fire
hook
on
port
unhook
close
destroy
Generated using
TypeDoc