UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.Json.AlertStatusNotice Interface Reference

Delegate function signature type for setting the callback for fault/alert change notice. More...

Public Member Functions

void handle (String[] alert)
 

Detailed Description

Delegate function signature type for setting the callback for fault/alert change notice.

The alert string array passed in represents the alert number sent by printer at alert[0] and brief description at alert[1]
e.g. "2418" represents a "Print Head Open" alert.
alert[0] = "2418"; alert[1] = "Print Head Open";

Member Function Documentation

◆ handle()


The documentation for this interface was generated from the following file: