Flash Or Emc Read File Request; Flash Or Emc Read File Response - Printronix SL4M Reference Manual

Pxml application developer
Hide thumbs Also See for SL4M:
Table of Contents

Advertisement

Flash or EMC Read File Request

This feature is supported by PXML version 2.1 or higher.
The request is sent to read or upload a single unprotected file from the given
storage type. This request requires a password.
<pxml password="password">
<storage type="flash">
<read name="roll.frm"/>
</storage>
</pxml>
The respond would be:
<?xml version="1.0" encoding="UTF-8"?>
<storage type="flash">
<file name="filename.frm" size="68">
<base64Data>data</base64Data>
</file>
</storage>
</pxml>

Flash or EMC Read File Response

The response to reading file request will return the file content in
base64Binary format.
The file size given is hex.
<?xml version="1.0" encoding="UTF-8"?>
<storage type="flash">
<file name="filename.frm" size="68">
<base64Data>data</base64Data>
</file>
</storage>
</pxml>
Printer Storage
39

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SL4M and is the answer not in the manual?

This manual is also suitable for:

T4mSl5000rT5000rP7000 h-series

Table of Contents