Hierarchy

  • ConnectionSettings

Properties

Properties

current: {
    baudrate: string;
    port: null | string;
    printerProfile: string;
    state: null | string;
}

Type declaration

  • baudrate: string
  • port: null | string
  • printerProfile: string
  • state: null | string
options: {
    autoconnect: boolean;
    baudrates: number[];
    portPreference: number;
    ports: string[];
    printerProfilePreference: number;
    printerProfiles: [{
        id: string;
        name: string;
    }];
}

Type declaration

  • autoconnect: boolean
  • baudrates: number[]
  • portPreference: number
  • ports: string[]
  • printerProfilePreference: number
  • printerProfiles: [{
        id: string;
        name: string;
    }]

Generated using TypeDoc