pseudo_ta_enter_invoke_cmd()
- Call
stc->pseudo_ta->invoke_command_entry_point()
callback. - E.g. If the opened session is for pseudo TA:
device.pta
,invoke_command_entry_point()
callback is:invoke_command()
, which will callget_devices()
to retrieve the UUIDs of the pseudo TAs:
pseudo_ta_enter_invoke_cmd()c
Loading...