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
TypedEventTarget
<
EventMap
>
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
:
LpService
.
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
@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
Loading...
Generated using
TypeDoc
Network layer face for sending and receiving L3 packets.