P13-2 Mobile Printer CPCLProgramming Manual
Display the PORT number
<p>TCP Port:$(vnd.zo.ip.port)</p>
Line Break
<br/>
Display the ESSID
<p>eSSID:$(vnd.zo.wlan.current_essid) </p>
Line Break
<br/>
Display the associated status
<p>Associated:$(vnd.zo.wlan.associated) </p>
Display a link back to the main card
<p><a href=”#main”>back</a></p>
Close the card tag
</card>
Begin a card named “main”, with a title and refresh
rate of 1 second.
<card id=”main” title=”Zebra QL 320,Status”
ontimer=”#main”> <timer value=”10"></timer>
Line Break
<br/>
Display battery voltage and battery status.
<p>Battery:$(vnd.zo.power.voltage)V($(vnd.zo.power.status))
</p>
Line Break
<br/>
Display head latch status
<p>Latch:$(vnd.zo.head.latch)</p>
Line Break
<br/>
Display paper out status and put a space after it.
<p>Paper:$(vnd.zo.media.status) </p>
Insert four spaces and put a link to the card netset
<p> <a href=”#netset”>more</a></p>
Close the card tag
</card>
Close the display tag
</display>
Close the WML tag
</wml>