データ構造 | |
struct | POLLING |
Polling 構造体 [詳細] | |
struct | CARD_INFO |
カード情報構造体 [詳細] | |
struct | INSTR_READ_BLOCK |
read_block_without_encryption 入力構造体 [詳細] | |
struct | OUTSTR_READ_BLOCK |
read_block_without_encryption 出力構造体 [詳細] | |
struct | INSTR_WRITE_BLOCK |
write_block_without_encryption 入力構造体 [詳細] | |
struct | OUTSTR_WRITE_BLOCK |
read_block_without_encryption 出力構造体 [詳細] | |
struct | INSTR_REQ_SYSTEM_CODE |
polling_and_request_system_code 入力構造体 [詳細] | |
struct | OUTSTR_REQ_SYSTEM_CODE |
polling_and_request_system_code 出力構造体 [詳細] | |
struct | INSTR_SEARCH_SERVICE |
polling_and_search_service_code 入力構造体 [詳細] | |
struct | OUTSTR_SEARCH_SERVICE |
polling_and_search_service_code 出力構造体 [詳細] | |
struct | strpasori |
PaSoRi ハンドル [詳細] | |
マクロ定義 | |
#define | declare_entry(f) f ## _t f |
型定義 | |
typedef BOOL(* | initialize_library_t )(void) |
typedef BOOL(* | dispose_library_t )(void) |
typedef BOOL(* | open_reader_writer_auto_t )(void) |
typedef BOOL(* | close_reader_writer_t )(void) |
typedef BOOL(* | polling_and_get_card_information_t )(POLLING *, unsigned char *, CARD_INFO *) |
typedef BOOL(* | polling_and_request_system_code_t )(POLLING *, INSTR_REQ_SYSTEM_CODE *, CARD_INFO *, OUTSTR_REQ_SYSTEM_CODE *) |
typedef BOOL(* | polling_and_search_service_code_t )(POLLING *, INSTR_SEARCH_SERVICE *, CARD_INFO *, OUTSTR_SEARCH_SERVICE *) |
typedef BOOL(* | read_block_without_encryption_t )(INSTR_READ_BLOCK *, OUTSTR_READ_BLOCK *) |
typedef BOOL(* | write_block_without_encryption_t )(INSTR_WRITE_BLOCK *, OUTSTR_WRITE_BLOCK *) |
#define declare_entry | ( | f | ) | f ## _t f |
typedef BOOL(* close_reader_writer_t)(void) |
typedef BOOL(* dispose_library_t)(void) |
typedef BOOL(* initialize_library_t)(void) |
typedef BOOL(* open_reader_writer_auto_t)(void) |
typedef BOOL(* polling_and_get_card_information_t)(POLLING *, unsigned char *, CARD_INFO *) |
typedef BOOL(* polling_and_request_system_code_t)(POLLING *, INSTR_REQ_SYSTEM_CODE *, CARD_INFO *, OUTSTR_REQ_SYSTEM_CODE *) |
typedef BOOL(* polling_and_search_service_code_t)(POLLING *, INSTR_SEARCH_SERVICE *, CARD_INFO *, OUTSTR_SEARCH_SERVICE *) |
typedef BOOL(* read_block_without_encryption_t)(INSTR_READ_BLOCK *, OUTSTR_READ_BLOCK *) |
typedef BOOL(* write_block_without_encryption_t)(INSTR_WRITE_BLOCK *, OUTSTR_WRITE_BLOCK *) |