Search
Preparing search index...
The search index is not available
@alphahorizonio/webnetes
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Resources
Class Resources
Hierarchy
Pipe
<
IResourcesConfig
,
EResourcesResources
>
Resources
Implements
IPipe
<
IResourcesConfig
,
EResourcesResources
>
IPipe
<
IResourcesConfig
,
EResourcesResources
>
Index
Properties
bus
frames
logger
transcoder
Methods
close
get
Read
Key
open
queue
read
write
Properties
Protected
bus
bus
:
Emittery
= new Emittery()
Protected
frames
frames
:
Uint8Array
[]
= [] as Uint8Array[]
Private
logger
logger
:
Logger
= getLogger()
Protected
transcoder
transcoder
:
FrameTranscoder
<
T
>
= new FrameTranscoder<T>()
Methods
close
close
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Protected
get
Read
Key
get
Read
Key
(
)
:
string
Returns
string
open
open
(
config
:
IResourcesConfig
)
:
Promise
<
void
>
Parameters
config:
IResourcesConfig
Returns
Promise
<
void
>
Protected
queue
queue
(
frame
:
Frame
<
EResourcesResources
>
)
:
Promise
<
void
>
Parameters
frame:
Frame
<
EResourcesResources
>
Returns
Promise
<
void
>
read
read
(
)
:
Promise
<
Frame
<
T
>
>
Returns
Promise
<
Frame
<
T
>
>
write
write
(
resourceType
:
EResourcesResources
, resourceId
:
string
, msg
:
Uint8Array
, nodeId
:
string
)
:
Promise
<
void
>
Parameters
resourceType:
EResourcesResources
resourceId:
string
msg:
Uint8Array
nodeId:
string
Returns
Promise
<
void
>
Globals
Resources
bus
frames
logger
transcoder
close
get
Read
Key
open
queue
read
write
Generated using
TypeDoc