C
#define SC_T1ProtocolType (((scTD1 & 0x0F) == 0x01)?TRUE:FALSE)
Description
Returns '1' if T=1 protocol is supported & Returns 0 otherwise
#define SC_T1ProtocolType (((scTD1 & 0x0F) == 0x01)?TRUE:FALSE)
Returns '1' if T=1 protocol is supported & Returns 0 otherwise