NiimBlueLib Docs
    Preparing search index...

    Interface PrinterInfo

    Interface representing printer information.

    interface PrinterInfo {
        autoShutdownTime?: AutoShutdownTime;
        charge?: BatteryChargeLevel;
        connectResult?: ConnectResult;
        hardwareVersion?: string;
        labelType?: LabelType;
        mac?: string;
        modelId?: number;
        protocolVersion?: number;
        serial?: string;
        softwareVersion?: string;
    }
    Index

    Properties

    autoShutdownTime?: AutoShutdownTime
    connectResult?: ConnectResult
    hardwareVersion?: string
    labelType?: LabelType
    mac?: string
    modelId?: number
    protocolVersion?: number
    serial?: string
    softwareVersion?: string