EasyScript C API  3.5.29
Platform Independent C Library for EasyScript ScripTouch Devices
scriptel_signature Struct Reference

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>

Collaboration diagram for scriptel_signature:

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_strokestrokes
 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...
 

Detailed Description

This structure represents a signature which is made up up the header information as well as zero or more strokes.

Field Documentation

◆ height

int height

Virtual height of the coordinate space (maximum y coordinate).

◆ length

int length

The number of strokes in this signature.

◆ model

char* model

The model number of the device used to make this signature.

◆ protocol_version

char* protocol_version

The protocol version used to encode/decode this signature.

◆ strokes

scriptel_stroke* strokes

Pointer to the first stroke in the signature.

◆ version

char* version

The firmware version of the device used to make this firmware.

◆ width

int width

Virtual width of the coordinate space (maximum x coordinate).


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