haredo

    Interface AdapterEvents

    interface AdapterEvents {
        connected: null;
        connecting: { attempt: number };
        connectingFailed: { attempt: number; error: Error };
        disconnected: null;
    }
    Index

    Properties

    connected: null
    connecting: { attempt: number }
    connectingFailed: { attempt: number; error: Error }
    disconnected: null
    MMNEPVFCICPMFPCPTTAAATR