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

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
 

Detailed Description

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

Field Documentation

◆ end_stream

char end_stream

A single character representing the end of the card swipe stream.

◆ protocol_name

char* protocol_name

Textual identifier for this protocol.

◆ sentinel

char* sentinel

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

◆ start_stream

char start_stream

A single character representing the start of the card swipe stream.


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