SignatureProtocol

Extends

This interface represents a Scriptel ScripTouch EasyScript protocol.

package

Application

Methods

This method should return the character that denotes the signature has been canceled.

getCancel() : mixed

Response

mixed

This method should return the character that denotes the end of a stream.

getEndStream() : mixed

Response

mixed

This method should return the Height of the device's display in pixels.

getHeight() : mixed

Response

mixed

This method should return the character that denotes a "pen up" event, or the start of a new stroke.

getPenUp() : mixed

Response

mixed

This method should return the "sentinel" for the stream, the set of characters immediately following the start character.

getSentinel() : mixed

Response

mixed

This method should return the character that denotes the start of a new signature.

getStartStream() : mixed

Response

mixed

This method should return the width of the device's display in pixels.

getWidth() : mixed

Response

mixed

This method should return a two dimensional array containing the values for the high and low x bytes.

getXValues() : mixed

Response

mixed

his method should return a two dimensional array containing the values for the high and low y bytes.

getYValues() : mixed

Response

mixed