@mikaello/emit-punch-cards-communication - v1.0.1
    Preparing search index...

    Class EmitEscanTransformStream

    This transform stream unpacks objects of frames from an eScan device.

    Unfortunately this does not work at the moment, it seems that the streaming takes to much time, and as a result we got package loss. Use the EmitEscanUnpacker directly instead.

    It can be consumed by a ReadableStream's pipeThrough method.

    Hierarchy

    • TransformStream<ArrayBuffer, UsbFrame | DumpTagFrame>
      • EmitEscanTransformStream
    Index

    Constructors

    Properties

    Constructors

    Properties

    readable: ReadableStream<UsbFrame | DumpTagFrame>

    The readable read-only property of the TransformStream interface returns the ReadableStream instance controlled by this TransformStream.

    MDN Reference

    writable: WritableStream<ArrayBuffer>

    The writable read-only property of the TransformStream interface returns the WritableStream instance controlled by this TransformStream.

    MDN Reference