webzlp
Version:
A small library using WebUSB to print labels on label printers.
16 lines • 866 B
TypeScript
import * as Conf from '../../Configs/index.js';
import * as Cmds from '../../Commands/index.js';
export declare class CmdHostIdentification implements Cmds.IPrinterExtendedCommand {
static typeE: symbol;
typeExtended: symbol;
commandLanguageApplicability: Conf.PrinterCommandLanguage;
name: string;
type: "CustomCommand";
effectFlags: Cmds.CommandEffectFlags;
toDisplay(): string;
constructor();
}
export declare const cmdHostIdentificationMapping: Cmds.IPrinterCommandMapping<string>;
export declare function handleCmdHostIdentification(_cmd: Cmds.IPrinterCommand, _docState: Cmds.TranspiledDocumentState, _commandSet: Cmds.CommandSet<string>): string;
export declare function parseCmdHostIdentification(msg: string, _cmd: Cmds.IPrinterCommand): Cmds.IMessageHandlerResult<string>;
//# sourceMappingURL=CmdHostIdentification.d.ts.map