|
| | initialize () |
| |
| | selectTextScrollMode ($mode=AuresCustomerDisplay::TEXT_VERTICAL_SCROLL) |
| |
| | clear () |
| |
| | showFirmwareVersion () |
| |
| | selfTest () |
| |
| | showLogo () |
| |
| | text ($str="") |
| |
| | feed ($lines=1) |
| |
| | __construct (PrintConnector $connector, CapabilityProfile $profile=null) |
| |
| | barcode ($content, $type=Printer::BARCODE_CODE39) |
| |
| | bitImage (EscposImage $img, $size=Printer::IMG_DEFAULT) |
| |
| | bitImageColumnFormat (EscposImage $img, $size=Printer::IMG_DEFAULT) |
| |
| | close () |
| |
| | cut ($mode=Printer::CUT_FULL, $lines=3) |
| |
| | feed ($lines=1) |
| |
| | feedForm () |
| |
| | release () |
| |
| | feedReverse ($lines=1) |
| |
| | getCharacterTable () |
| |
| | getPrintBuffer () |
| |
| | getPrintConnector () |
| |
| | getPrinterCapabilityProfile () |
| |
| | graphics (EscposImage $img, $size=Printer::IMG_DEFAULT) |
| |
| | initialize () |
| |
| | pdf417Code ($content, $width=3, $heightMultiplier=3, $dataColumnCount=0, $ec=0.10, $options=Printer::PDF417_STANDARD) |
| |
| | pulse ($pin=0, $on_ms=120, $off_ms=240) |
| |
| | qrCode ($content, $ec=Printer::QR_ECLEVEL_L, $size=3, $model=Printer::QR_MODEL_2) |
| |
| | selectCharacterTable ($table=0) |
| |
| | selectPrintMode ($mode=Printer::MODE_FONT_A) |
| |
| | setBarcodeHeight ($height=8) |
| |
| | setBarcodeWidth ($width=3) |
| |
| | setBarcodeTextPosition ($position=Printer::BARCODE_TEXT_NONE) |
| |
| | setDoubleStrike ($on=true) |
| |
| | setColor ($color=Printer::COLOR_1) |
| |
| | setEmphasis ($on=true) |
| |
| | setFont ($font=Printer::FONT_A) |
| |
| | setJustification ($justification=Printer::JUSTIFY_LEFT) |
| |
| | setLineSpacing ($height=null) |
| |
| | setPrintLeftMargin ($margin=0) |
| |
| | setPrintWidth ($width=512) |
| |
| | setPrintBuffer (PrintBuffer $buffer) |
| |
| | setReverseColors ($on=true) |
| |
| | setTextSize ($widthMultiplier, $heightMultiplier) |
| |
| | setUnderline ($underline=Printer::UNDERLINE_SINGLE) |
| |
| | setUpsideDown ($on=true) |
| |
| | text ($str="") |
| |
| | textChinese ($str="") |
| |
| | textRaw ($str="") |
| |
|
| static | dataHeader (array $inputs, $long=true) |
| |
| static | intLowHigh ($input, $length) |
| |
| static | validateBoolean ($test, $source) |
| |
| static | validateFloat ($test, $min, $max, $source, $argument="Argument") |
| |
| static | validateInteger ($test, $min, $max, $source, $argument="Argument") |
| |
| static | validateIntegerMulti ($test, array $ranges, $source, $argument="Argument") |
| |
| static | validateString ($test, $source, $argument="Argument") |
| |
| static | validateStringRegex ($test, $source, $regex, $argument="Argument") |
| |
| | $buffer |
| |
| | $connector |
| |
| | $profile |
| |
| | $characterTable |
| |
A class for sending ESC/POS-like code to an Aures customer display. The display has some features that printers do not, such as an ability to "clear" the screen.