EasyScript C API
3.5.29
Platform Independent C Library for EasyScript ScripTouch Devices
|
This structure contains information about a card swipe protocol that can be used to decode a card swipe buffer. More...
#include <scriptel-easyscript.h>
Data Fields | |
char * | protocol_name |
char | start_stream |
char | end_stream |
char * | sentinel |
This structure contains information about a card swipe protocol that can be used to decode a card swipe buffer.
char end_stream |
A single character representing the end of the card swipe stream.
char* protocol_name |
Textual identifier for this protocol.
char* sentinel |
A set of characters represnting a sentinel that appears immediately after the start of stream character.
char start_stream |
A single character representing the start of the card swipe stream.