1 2 3 4 5
package com.printer.sdk.serial interface Printable { fun getPrintableByteArray(printer: Printer): List<ByteArray> }