@flux-control/effect-modbus-rs
Preparing search index...
ConnectionState
Variable ConnectionState
ConnectionState
:
{
Connected
:
Constructor
<
{}
,
"_tag"
>
;
Disconnected
:
Constructor
<
{}
,
"_tag"
>
;
Down
:
Constructor
<
{
cause
:
ModbusError
}
,
"_tag"
>
;
Reconnecting
:
Constructor
<
{
attempt
:
number
}
,
"_tag"
>
;
}
Constructors and matchers for
ConnectionState
.
Type Declaration
Connected
:
Constructor
<
{}
,
"_tag"
>
Disconnected
:
Constructor
<
{}
,
"_tag"
>
Down
:
Constructor
<
{
cause
:
ModbusError
}
,
"_tag"
>
Reconnecting
:
Constructor
<
{
attempt
:
number
}
,
"_tag"
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@flux-control/effect-modbus-rs
Loading...
Constructors and matchers for ConnectionState.