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;
}

Properties

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