![]() |
EasyScript C API
3.5.29
Platform Independent C Library for EasyScript ScripTouch Devices
|
This structure contains information about a signature protocol that can be used to decode a signature buffer. More...
#include <scriptel-easyscript.h>
Data Fields | |
| const char * | protocol_name |
| char | start_stream |
| char | end_stream |
| char | cancel |
| char | pen_up |
| const char * | sentinel |
| int | width |
| int | height |
| const char | value_table [2][2][23] |
This structure contains information about a signature protocol that can be used to decode a signature buffer.
| char cancel |
A single character representing that the signature has been cancelled.
| char end_stream |
A single character representing the end of stream.
| int height |
The logical height of the protocol, used to maintain the aspect ratio of the signature.
| char pen_up |
A single character representing pen up events or breaks between strokes.
| const char* protocol_name |
A textual name for the protocol.
| const char* sentinel |
A set of characters representing a sentinel that appears immediately after the start of stream character.
| char start_stream |
A single character representing the start of stream.
| const char value_table[2][2][23] |
The value table used to decode the signature.
| int width |
The logical width of the protocol, used to maintain the aspect ratio of the signature.