I'm sending this apdu command to write data to a smart card:
0xFF, 0xD6, 0x00, 0x01, 0x10, 0xc, 0xc, 0xc, 0xc, 0xc, 0xc, 0xc, 0xc, 0xc, 0xc, 0xc, 0xc, 0xc, 0xc, 0xc,0xc
This is the part of the command where the data is:
0xc, 0xc, 0xc, 0xc, 0xc, 0xc, 0xc, 0xc, 0xc, 0xc, 0xc, 0xc, 0xc, 0xc, 0xc,0xc
Now how do I go about writing a larger amount of data..? for instance lets say I have a byte array of an image.. how do I write that to the smart card..?