Contactless API: Difference between revisions

From wizarPOS
No edit summary
No edit summary
Line 11: Line 11:
| ''pUserData''|| User data
| ''pUserData''|| User data
|-
|-
| ''pErrorCode''|| Error code if return value is equals to 0
| ''pErrorCode''|| [[Error_code|error code]] if return value is equals to 0
|}
|}



Revision as of 07:40, 12 April 2018

Functions

open

 void* contactless_card_open(CONTACTLESS_CARD_NOTIFIER fNotifier, void* pUserData, int* pErrorCode)

Initialize the contactless card reader.

Parameters

fNotifier Notifier of contactless card
pUserData User data
pErrorCode error code if return value is equals to 0

Returns

The result code, != 0, success, value is the handle of contactless card device; <0 failed.

search_target_begin

search_target_end

close

query_info

attach_target

detach_target

transmit

verify

read

write

write_value

read_value

increment

decrement

restore

transfer