Does Taplinx Android sdk support reading NTAG 424 proprietary file data ?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Does Taplinx Android sdk support reading NTAG 424 proprietary file data ?

790件の閲覧回数
gopesh
Contributor I

Hi Experts,

Does the Latest TapLinx Android SDK support reading NTAG 424 proprietary file data?

Actually in my project need to implement reading NTAG 424 proprietary file data.

Thanks!

ラベル(3)
0 件の賞賛
返信
1 返信

747件の閲覧回数
ukcas
NXP Employee
NXP Employee

Hello gopesh,

 

Yes it supports. You can do it with following API:

  • ISOReadBinary - command requires manual encryption and MAC-ing of payload. And also you need to select NDEF file upfront with ISOFileSelect
  • ReadData (with CommMode.FULL) - recommended
  • byte[] readData(int fileNumber,
                    int offset,
                    int length,
                    MFPCard.CommunicationMode commMode,
                    byte readAccess,
                    byte readWriteAccess)

In both cases you need to perform mutual authentication first, as default Read Access Rights to Proprietary file are granted for Application Key nr. 2 (check datasheet of NTAG 424 DNA) only.

 

 

Best regards,

TapLinx team

0 件の賞賛
返信