hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface ISGISocketConnectionstatus

    Interface for socket connection status.

    interface ISGISocketConnectionstatus {
        eConnAborted(): boolean;
        eConnRefused(): boolean;
        eConnReset(): boolean;
        eIsConn(): boolean;
        eNotConn(): boolean;
    }

    Hierarchy (View Summary)

    Index

    Methods