C# Class QRPrint.PrinterHandler

Datei anzeigen Open project: yukimizake/QRPrint Class Usage Examples

Public Properties

Property Type Description
isPrinting bool
printer ThermalDotNet.ThermalPrinter

Public Methods

Method Description
PrinterHandler ( string serialPortName, int serialPortBaudRate ) : System
Reset ( ) : void

Private Methods

Method Description
_constructor ( ) : void

Method Details

PrinterHandler() public method

public PrinterHandler ( string serialPortName, int serialPortBaudRate ) : System
serialPortName string
serialPortBaudRate int
return System

Reset() public method

public Reset ( ) : void
return void

Property Details

isPrinting public_oe property

public bool isPrinting
return bool

printer public_oe property

public ThermalPrinter,ThermalDotNet printer
return ThermalDotNet.ThermalPrinter