buffer v0.2.15 (2019-04-30T11:25:42Z)
Dub
Repo
Client.call
buffer
rpc
client
Client
Undocumented in source. Be warned that the author may not have intended to support it.
class
Client
static
T
call
(
T
Params
...
)
(
string
method
,
Params
params
)
if
(
is
(
T
==
byte
) ||
is
(
T
==
ubyte
)
||
is
(
T
==
short
)
||
is
(
T
==
ushort
)
||
is
(
T
==
int
)
||
is
(
T
==
uint
)
||
is
(
T
==
long
)
||
is
(
T
==
ulong
)
||
is
(
T
==
float
)
||
is
(
T
==
double
)
||
is
(
T
==
real
)
||
is
(
T
==
bool
)
||
is
(
T
==
char
)
||
is
(
T
==
string
)
||
(
BaseTypeTuple
!
T.length
> 0 &&
is
(
BaseTypeTuple
!
T
[0] ==
Message
)
)
)
Meta
Source
See Implementation
buffer
rpc
client
Client
static functions
bindTcpRequestHandler
call
static variables
handler