Skip to content

Get Printer Status

[URL scheme]

Configure the URL scheme as shown below:

brotherwebprint://getstatus?statuscallback=sendurlscheme%3A%2F%2FsuccessCallback%3Fresult%3D


[Required parameters for callback]

*For the list of error codes to use with callback parameters, see error codes.

*Parameter settings must be UTF-8-encoded and URL-encoded, including colons and slashes.

*TD-4T and TJ series are not supported.


Parameter
Description
Values Example values
statuscallback Use this parameter in the URL scheme to return printer status. URL string sendurlscheme%3A%2F%2FsuccessCallback%3Fresult%3D


[HTTP]

Configure the HTTP as shown below:

Get printer status via HTTP (Androidâ„¢ only)

http://localhost:8088/getstatus?statuscallback=sendurlscheme%3A%2F%2FsuccessCallback%3Fresult%3D


Sample response for get printer status via HTTP (Androidâ„¢ only)

<response>
  <result>The printer cover is open</result>
  <code>PrinterStatusErrorCoverOpen</code>
</response>