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

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]
 

Detailed Description

This structure contains information about a signature protocol that can be used to decode a signature buffer.

Field Documentation

◆ cancel

char cancel

A single character representing that the signature has been cancelled.

◆ end_stream

char end_stream

A single character representing the end of stream.

◆ height

int height

The logical height of the protocol, used to maintain the aspect ratio of the signature.

◆ pen_up

char pen_up

A single character representing pen up events or breaks between strokes.

◆ protocol_name

const char* protocol_name

A textual name for the protocol.

◆ sentinel

const char* sentinel

A set of characters representing a sentinel that appears immediately after the start of stream character.

◆ start_stream

char start_stream

A single character representing the start of stream.

◆ value_table

const char value_table[2][2][23]

The value table used to decode the signature.

◆ width

int width

The logical width of the protocol, used to maintain the aspect ratio of the signature.


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