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

    Interface MobileOperator

    Mobile operator

    interface MobileOperator {
        apn: string;
        id?: number;
        name: string;
        password?: string;
        username?: string;
    }
    Index

    Properties

    apn: string
    id?: number
    name: string
    password?: string
    username?: string