Search
Preparing search index...
The search index is not available
@eversdk/core
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@eversdk/core
BinaryLibrary
Interface BinaryLibrary
Hierarchy
BinaryLibraryBase
BinaryLibrary
Index
Methods
create
Context
destroy
Context
get
Lib
Name
send
Request
set
Response
Handler
Methods
create
Context
create
Context
(
configJson
:
string
)
:
Promise
<
string
>
Parameters
configJson:
string
Returns
Promise
<
string
>
destroy
Context
destroy
Context
(
context
:
number
)
:
void
Parameters
context:
number
Returns
void
get
Lib
Name
get
Lib
Name
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
send
Request
send
Request
(
context
:
number
, requestId
:
number
, functionName
:
string
, functionParamsJson
:
string
)
:
void
Parameters
context:
number
requestId:
number
functionName:
string
functionParamsJson:
string
Returns
void
set
Response
Handler
set
Response
Handler
(
handler
?:
(
(
requestId
:
number
, paramsJson
:
string
, responseType
:
ResponseType
, finished
:
boolean
)
=>
void
)
)
:
void
Parameters
Optional
handler:
(
(
requestId
:
number
, paramsJson
:
string
, responseType
:
ResponseType
, finished
:
boolean
)
=>
void
)
(
requestId
:
number
, paramsJson
:
string
, responseType
:
ResponseType
, finished
:
boolean
)
:
void
Parameters
requestId:
number
paramsJson:
string
responseType:
ResponseType
finished:
boolean
Returns
void
Returns
void
Exports
Binary
Library
create
Context
destroy
Context
get
Lib
Name
send
Request
set
Response
Handler
Generated using
TypeDoc