On Thursday 28 June 2007 15:56:13 kamal kumar wrote: > Hi, > > I have one doubt regarding implementing > sc_card_operations::update_binary(card,idx,buf,count,flag) > function in the card driver. > > Will this function delete all the file data after > idx+count offset.
I don't think so. those functions are 1:1 mapped to typical apdu commands, so it will simply write those bytes. the higher level would have to erase everything else if that is what it wants. Regards, Andreas _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel