This question is with reference to the Mifare SDK TapLinx library usage.
val fs = desFireEV2.getFileSettings(0)
I can read the file's contents. But I need to know how to get the file's size. I am able to read the contents because I hardcoded the file's size in the readData()
call.
I'm aware in the DESFire spec is 0xF5
to get file settings and the file's size is returned in 3 bytes. But in TapLinx provided library is not clear how to get the files's size.