ped.h
Last updated: 05-Mar-2025
Go to the documentation of this file.
1Â /**************************************************************************** 2Â * Product: InFusion 3Â * Company: Verifone 4Â * Author: GSS R&D Germany 5Â * Content: SDI-Server 6Â ****************************************************************************/ 7Â 8Â #ifndef _PED_H_ 9Â #define _PED_H_ 10Â 11Â #define CLA_PED 0x22 12Â 13Â #define INS_PED_ENABLE 0x00 14Â #define INS_PED_GET_PIN 0x01 15Â #define INS_SET_PIN_TIMEOUT 0x02 16Â 17Â #define INS_PED_START_PIN 0x03 18Â #define INS_PED_POLL_PIN 0x04 19Â #define INS_PED_STOP_PIN 0x05 20Â 21Â #define INS_SET_PIN_INPUT_PARAM 0x06 22Â 23Â #ifdef __cplusplus 24Â extern "C" 25Â { 26Â #endif 27Â 38Â bool handlePedCmd(unsigned short msgBufSize, unsigned char *msg, unsigned short msgSize, unsigned short rspBufSize, unsigned char *rsp, unsigned short *rspSize); 39Â 45Â bool pedSetExtButton(void); 46Â 57Â void pedReset(void *handle); 58Â 59Â #ifdef __cplusplus 60Â } 61Â #endif 62Â 63Â #endif // _PED_H_
Rate this article: