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

    Interface MobileConnection

    Mobile connection

    interface MobileConnection {
        apn: string;
        password: string;
        pin: string;
        username: string;
    }
    Index

    Properties

    apn: string
    password: string
    pin: string
    username: string