@flux-control/effect-modbus-rs
    Preparing search index...

    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">