Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/protocol
CaseClient
Class CaseClient
Index
Constructors
constructor
Methods
pair
Constructors
constructor
new
Case
Client
(
sessions
)
:
CaseClient
Parameters
sessions
:
SessionManager
Returns
CaseClient
Methods
pair
pair
(
exchange
,
fabric
,
peerNodeId
,
expectedProcessingTimeMs
?
)
:
Promise
<
{
resumed
:
boolean
;
session
:
SecureSession
;
}
>
Parameters
exchange
:
MessageExchange
fabric
:
Fabric
peerNodeId
:
NodeId
Optional
expectedProcessingTimeMs
:
number
Returns
Promise
<
{
resumed
:
boolean
;
session
:
SecureSession
;
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
pair
matter.js-monorepo
Loading...