Preparing search index...
The search index is not available
NDNts
NDNts
@ndn/l3face
L3Face
Class L3Face
Network layer face for sending and receiving L3 packets.
Hierarchy
TypedEventEmitter
<
Events
,
this
>
L3Face
Implements
RxTx
Index
Constructors
constructor
Properties
attributes
lp
rx
Accessors
state
Methods
tx
Constructors
constructor
new
L3
Face
(
transport
,
attributes
?
,
lpOptions
?
)
:
L3Face
Parameters
transport
:
Transport
attributes
:
L3Face
.
Attributes
= {}
lpOptions
:
Options
= {}
Returns
L3Face
Properties
Readonly
attributes
attributes
:
L3Face
.
Attributes
Readonly
lp
lp
:
LpService
Readonly
rx
rx
:
AsyncIterable
<
FwPacket
<
L3Pkt
>
>
Accessors
state
get
state
(
)
:
L3Face
.
State
Returns
L3Face
.
State
set
state
(
newState
)
:
void
Parameters
newState
:
L3Face
.
State
Returns
void
Methods
tx
tx
(
iterable
)
:
Promise
<
void
>
Parameters
iterable
:
AsyncIterable
<
FwPacket
<
L3Pkt
>
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
attributes
lp
rx
state
tx
NDNts
@ndn/autoconfig
@ndn/cat
@ndn/cli-
common
@ndn/dpdkmgmt
@ndn/endpoint
@ndn/fileserver
@ndn/fw
@ndn/keychain
@ndn/keychain-
cli
@ndn/l3face
L3
Face
Transport
L3
Face
Stream
Transport
Transport
rx
From
Packet
Iterable
rx
From
Stream
tx
To
Stream
@ndn/lp
@ndn/nac
@ndn/naming-
convention1
@ndn/naming-
convention2
ndn
@ndn/ndncert
@ndn/ndnsec
@ndn/nfdmgmt
@ndn/node-
transport
@ndn/packet
@ndn/quic-
transport
@ndn/rdr
@ndn/repo
@ndn/repo-
api
@ndn/repo-
cli
@ndn/repo-
external
@ndn/segmented-
object
@ndn/sync
@ndn/tlv
@ndn/trust-
schema
@ndn/util
@ndn/web-
bluetooth-
transport
@ndn/ws-
transport
Generated using
TypeDoc
Network layer face for sending and receiving L3 packets.