View previous topic :: View next topic |
Author |
Message |
Tim
Joined: 30 Sep 2011 Posts: 12
|
Posted: Wed Oct 19, 2011 9:19 am Post subject: Envelope - Language Selection |
|
|
I have registered the action ACTION_EVENT_LANGUAGE_SELECTION and I receive this when the phone menu language is changed - but I can't find any documentation on how to get the data (i.e. the actual language code) in this envelope. There doesn't seem to be a dedicated structure for this, as with the Menu Selection envelope.
Can I access the apdu buffer directly? Is it in Buf_A or Buf_B? |
|
Back to top |
|
|
pz
Joined: 12 Mar 2004 Posts: 1161
|
Posted: Thu Oct 20, 2011 9:57 am Post subject: |
|
|
Never used this, anyway the APDU is in *data the turbo_handler() gets. It's pointer on File_apdu_data struct. |
|
Back to top |
|
|
|