Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/node
ESPRMConnectivityStatusInterface
Interface ESPRMConnectivityStatusInterface
Represents the connectivity status of a node.
interface
ESPRMConnectivityStatusInterface
{
isConnected
:
boolean
;
lastConnectionTimestamp
:
number
;
}
Implemented by
ESPRMConnectivityStatus
Index
Properties
is
Connected
last
Connection
Timestamp
Properties
is
Connected
isConnected
:
boolean
last
Connection
Timestamp
lastConnectionTimestamp
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Connected
last
Connection
Timestamp
@espressif/rainmaker-base-sdk
Loading...
Represents the connectivity status of a node.