NiimBlueLib Docs
    Preparing search index...

    Interface RfidInfo

    interface RfidInfo {
        allPaper: number;
        barCode: string;
        capacity?: number;
        consumablesType: LabelType;
        serialNumber: string;
        tagPresent: boolean;
        usedPaper: number;
        uuid: string;
    }
    Index

    Properties

    allPaper: number
    barCode: string
    capacity?: number
    consumablesType: LabelType
    serialNumber: string
    tagPresent: boolean
    usedPaper: number
    uuid: string