If true, objects containing only
ecard metadata will be sent as soon possible. With a duplicate sent right
after, containing same information plus control codes. Defaults to false.
ReadonlyreadableThe readable read-only property of the TransformStream interface returns the ReadableStream instance controlled by this TransformStream. This stream emits the transformed output data.
ReadonlywritableThe writable read-only property of the TransformStream interface returns the WritableStream instance controlled by this TransformStream. This stream accepts input data that will be transformed and emitted to the readable stream.
This transform stream unpacks objects of e-card info from an EMIT EKT 250 device.
It can be consumed by a ReadableStream's pipeThrough method.