Class: ImagePrintMessage

remotemessage.ImagePrintMessage

new ImagePrintMessage()

Source:

Extends

Methods

(static) ImagePrintMessage#getPng() → {Object}

Get the field value An image serialized to a base64 encoded byte array
Source:
Returns:
Byte buffer
Type
Object

(static) ImagePrintMessage#getUrlString() → {String}

Get the field value The url of an image. The url must be accessible from the Clover device.
Source:
Returns:
Type
String

(static) ImagePrintMessage#setPng(png)

Set the field value An image serialized to a base64 encoded byte array
Parameters:
Name Type Description
png Object Byte buffer
Source:

(static) ImagePrintMessage#setUrlString(urlString)

Set the field value The url of an image. The url must be accessible from the Clover device.
Parameters:
Name Type Description
urlString String
Source: