IQRF Repository JavaScript client - v0.2.0-beta.3
    Preparing search index...

    Interface NfccRawInternal

    Nfcc metadata - raw API response

    interface NfccRaw {
        notSecured?: NfccNotSecuredRaw;
        secured?: NfccSecuredRaw;
        version?: number;
    }
    Index
    notSecured?: NfccNotSecuredRaw

    NFC not secured channel

    secured?: NfccSecuredRaw

    NFC secured channel

    version?: number

    Version of test communication channel for production