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

    Interface for socket cast options.

    interface ISGISocketCastOption {
        DropGroup(ipAddress: any): boolean;
        GetBroadcast(): boolean;
        GetMulticastLoop(): boolean;
        GetMulticastTTL(): number;
        JoinGroup(ipAddress: any): boolean;
        SetBroadcast(enable: boolean): boolean;
        SetMulticastLoop(enable: boolean): boolean;
        SetMulticastTTL(ttl: number): boolean;
    }

    Hierarchy (View Summary)

    Index

    Methods