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

    Interface WepConfiguration

    WEP configuration

    interface WepConfiguration {
        keyLen: WepKeyLen;
        keys: string[];
        keyType: WepKeyType;
    }
    Index

    Properties

    Properties

    keyLen: WepKeyLen
    keys: string[]
    keyType: WepKeyType