Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

iso7816.c File Reference

iso7816.c File Reference

Copyright (c) ARM Ltd 2015 More...

Go to the source code of this file.

Functions

static bool iso7816_mf_command (nfc_tech_iso7816_t *pIso7816)
 Handle ISO7816-4 command.

Detailed Description

Copyright (c) ARM Ltd 2015

Author:
Donatien Garnier

Definition in file iso7816.c.


Function Documentation

bool iso7816_mf_command ( nfc_tech_iso7816_t *  pIso7816 ) [static]

Handle ISO7816-4 command.

Parameters:
pTargetpointer to target instance
CLAISO7816-4 class byte
INSISO7816-4 instruction byte
P1ISO7816-4 P1 byte
P2ISO7816-4 P2 byte
pDataInISO7816-4 command payload
pDataOutISO7816-4 response payload
SWstatus word
Returns:
true if command was handled, false if it should be passed to the selected application

Definition at line 214 of file iso7816.c.