IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
    Preparing search index...

    Interface ShapeWebsocketService

    Shape websocket service interface

    interface ShapeWebsocketService {
        acceptOnlyLocalhost: boolean;
        certificate?: string;
        component: ShapeWebsocketService;
        instance: string;
        privateKey?: string;
        tlsEnabled?: boolean;
        tlsMode?: string;
        WebsocketPort: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    acceptOnlyLocalhost: boolean
    certificate?: string
    instance: string
    privateKey?: string
    tlsEnabled?: boolean
    tlsMode?: string
    WebsocketPort: number