Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/main
protocol
PeerAddress
Interface PeerAddress
This is the "logical" address of a peer node consisting of a fabric and node ID.
interface
PeerAddress
{
constructor
:
any
;
fabricIndex
:
FabricIndex
;
nodeId
:
NodeId
;
}
Index
Constructors
constructor
Properties
fabric
Index
node
Id
Constructors
constructor
constructor
:
any
Properties
fabric
Index
fabric
Index
:
FabricIndex
node
Id
node
Id
:
NodeId
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
fabric
Index
node
Id
matter.js-monorepo
Loading...
This is the "logical" address of a peer node consisting of a fabric and node ID.