Star webPRNT User's Manual

StarWebPRNTExtManager Request Element


NameDescriptionStar webPRNT
Browser
Star printer
with
Star webPRNT *1
<root>Root Element✓*2
<extmanager>StarWebPRNTExtManager Element✓*2

*1 Star printer with IFBD-HI01X/02X.
mC-Print2/mC-Print3 with printer firmware version 2.1 or later (SSL is not supported).

*2 SM-L200 and SM-L300 are not supported with Star webPRNT Browser for iOS.

<root>

Root Element

Attribute

NameDescriptionOmission
---

Value

Description
List of StarWebPRNTExtManager Request Element
Example
<root>
      <extmanager request_type="claim" polling_timeout="30000"></extmangater>
</root>

<extmanager>

StarWebPRNTExtManager Element

Attribute

NameDescriptionOmission
request_typeRequest for StarWebPrintExtManager
  • 'claim' … Connection start request
  • 'read' … Data request
  • 'release' … Disconnection request
Can't be omitted
polling_timeoutThe time out for polling of Claim (ms unit)10000
claimidClaim management IDCan't be omitted *1

*1 The request_type can only be omitted for claim.

Value

Description
Ignore
Example
<root>
      <extmanager request_type="claim" polling_timeout="30000"></extmangater>
</root>