escpos-php
|
Print connector for android RawBT application https://play.google.com/store/apps/details?id=ru.a402d.rawbtprinter. More...
Public Member Functions | ||||
__construct () | ||||
Create new print connector. | ||||
clear () | ||||
__destruct () | ||||
Print connectors should cause a NOTICE if they are deconstructed when they have not been finalized. | ||||
finalize () | ||||
Finish using this print connector (close file, socket, send accumulated output, etc). | ||||
getData () | ||||
read ($len) | ||||
Read data from the printer.
| ||||
write ($data) | ||||
Write data to the print connector. More... | ||||
Print connector for android RawBT application https://play.google.com/store/apps/details?id=ru.a402d.rawbtprinter.
Mike42\Escpos\PrintConnectors\RawbtPrintConnector::getData | ( | ) |
string data which the printer will provide on next Mike42\Escpos\PrintConnectors\RawbtPrintConnector::read | ( | $len | ) |
Read data from the printer.
string | $len | Length of data to read. |
Implements Mike42\Escpos\PrintConnectors\PrintConnector.
Mike42\Escpos\PrintConnectors\RawbtPrintConnector::write | ( | $data | ) |
Write data to the print connector.
string | $data | The data to write |
Implements Mike42\Escpos\PrintConnectors\PrintConnector.