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