Delegate function signature type for setting the callback for fault/alert change notice. More...
Public Member Functions | |
void | handle (String[] alert) |
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";
void com.UniPRT.Sdk.Json.AlertStatusNotice.handle | ( | String[] | alert | ) |