Proyecto ABInBev para la tarjeta Guaria 1/2.

Embed: (wiki syntax)

« Back to documentation index

fingerprint_frame.hpp File Reference

fingerprint_frame.hpp File Reference

Go to the source code of this file.

Functions

int strID_to_intID (char cadena[5])
bool verify_finger_payload (char payload[1011])
bool parse_finger_payload (char payload[1011], char comando[4], int *id_huella, char huella_hex[997])
bool fingerprint_HEX2CHAR (char huella_hex[997], char huella_ascii[499])
int identify_server_cmd (char comando[4])

Detailed Description

Author:
Felícito Manzano (felicito.manzano@detektor.com.sv)
Version:
0.1
Date:
2020-09-28

Copyright (c) 2020

Definition in file fingerprint_frame.hpp.


Function Documentation

bool fingerprint_HEX2CHAR ( char  huella_hex[997],
char  huella_ascii[499] 
)
Parameters:
huella_hex
huella_ascii
Returns:
true
false

Definition at line 255 of file fingerprint_frame.cpp.

int identify_server_cmd ( char  comando[4] )
Parameters:
comando
Returns:
int

********************************** COMANDOS DE GEOCERCA **********************************

********************************** COMANDOS DE LECTOR DE HUELLA **********************************

********************************** COMANDOS DE PARLANTE **********************************

********************************** COMANDOS DE SENSOR DE LLUVIA **********************************

********************************** COMANDOS DE LIMITE DE VELOCIDAD **********************************

********************************** COMANDOS DE CINTURON DE SEGURIDAD **********************************

********************************** COMANDOS DE APAGADO POR RALENTI **********************************

********************************** COMANDOS DE RECORDATORIO POR RALENTI **********************************

********************************** COMANDOS DE TIP DE SEGURIDAD **********************************

********************************** COMANDOS SOBRE INFO DE ICS5 **********************************

********************************** COMANDOS DE AUTORESET DE BLUETOOTH **********************************

Definition at line 288 of file fingerprint_frame.cpp.

bool parse_finger_payload ( char  payload[1011],
char  comando[4],
int *  id_huella,
char  huella_hex[997] 
)
Parameters:
payload
comando
id_huella
huella_hex
Returns:
true
false

Definition at line 204 of file fingerprint_frame.cpp.

int strID_to_intID ( char  cadena[5] )
Parameters:
cadena
Returns:
int

Definition at line 130 of file fingerprint_frame.cpp.

bool verify_finger_payload ( char  payload[1011] )
Parameters:
payload
Returns:
true
false

Definition at line 170 of file fingerprint_frame.cpp.