Function tee::call_command
source ยท pub fn call_command(op: &mut TeecOperation, command_id: u32) -> Result<(), u32>
Expand description
Creates a temporary session and call a command.
Returns error code on failure.
pub fn call_command(op: &mut TeecOperation, command_id: u32) -> Result<(), u32>
Creates a temporary session and call a command.
Returns error code on failure.