Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/main
protocol
PeerSetContext
Interface PeerSetContext
Interfaces
PeerSet
with other components.
interface
PeerSetContext
{
channels
:
ChannelManager
;
exchanges
:
ExchangeManager
;
netInterfaces
:
NetInterfaceSet
;
scanners
:
ScannerSet
;
sessions
:
SessionManager
;
store
:
PeerAddressStore
;
}
Index
Properties
channels
exchanges
net
Interfaces
scanners
sessions
store
Properties
channels
channels
:
ChannelManager
exchanges
exchanges
:
ExchangeManager
net
Interfaces
net
Interfaces
:
NetInterfaceSet
scanners
scanners
:
ScannerSet
sessions
sessions
:
SessionManager
store
store
:
PeerAddressStore
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channels
exchanges
net
Interfaces
scanners
sessions
store
matter.js-monorepo
Loading...
Interfaces PeerSet with other components.