API - Function Prototype
Through the routine IniciaFuncaoSiTefInterativo()
Function | Description |
---|---|
762 | Obtaining open data on the pinpad. Available from clisitef 4.0.114.10. |
This functionality is initiated through the IniciaFuncaoSiTefInterativo() function with the Function parameter (first input parameter of the routine) assuming the value 762 and the other parameters with their usual values.
In the Continuation process (ContinuaFuncaoSiTefInterativo()), they will be requested (via command 29) and delivered
the fields described below (“Parameter description”).
Interactive Functions
These are the original transactions created for this purpose. For example, the function IniciaFuncaoSiTefInterativo(), ContinuaFuncaoSiTefInterativo().
int ObtemDadoPinPadEx (AccessKey, Identifier, Entry);
ASCII interface
void ObtemDadoPinPadExA (Result, AccessKey, Identifier, Input);
The return from CliSitef will be through TipoCampo 670.
Direct Functions
int ObtemDadoPinPadDiretoEx (AccessKey, Identifier, Input, Output);
ASCII interface
void ObtemDadoPinPadDiretoExA (Result, AccessKey, Identifier, Input,
Exit);
The return from CliSitef will be in the Output parameter.
Updated 15 days ago