![]() |
EasyScript C API
3.5.29
Platform Independent C Library for EasyScript ScripTouch Devices
|
This structure represents a signature which is made up up the header information as well as zero or more strokes. More...
#include <scriptel-easyscript.h>

Data Fields | |
| char * | protocol_version |
| The protocol version used to encode/decode this signature. More... | |
| char * | model |
| The model number of the device used to make this signature. More... | |
| char * | version |
| The firmware version of the device used to make this firmware. More... | |
| int | length |
| The number of strokes in this signature. More... | |
| scriptel_stroke * | strokes |
| Pointer to the first stroke in the signature. More... | |
| int | width |
| Virtual width of the coordinate space (maximum x coordinate). More... | |
| int | height |
| Virtual height of the coordinate space (maximum y coordinate). More... | |
This structure represents a signature which is made up up the header information as well as zero or more strokes.
| int height |
Virtual height of the coordinate space (maximum y coordinate).
| int length |
The number of strokes in this signature.
| char* model |
The model number of the device used to make this signature.
| char* protocol_version |
The protocol version used to encode/decode this signature.
| scriptel_stroke* strokes |
Pointer to the first stroke in the signature.
| char* version |
The firmware version of the device used to make this firmware.
| int width |
Virtual width of the coordinate space (maximum x coordinate).