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

    Interface for asynchronous socket operations.

    interface ISGISocketAsync {
        GetID(): number;
        IsException(): boolean;
        IsReadable(): boolean;
        IsWritable(): boolean;
        NotifyException(enable: boolean): any;
        NotifyReadable(enable: boolean): any;
        NotifyWritable(enable: boolean): any;
    }

    Hierarchy (View Summary)

    Index

    Methods