Struct optee_teec::PluginParameters [−][src]
pub struct PluginParameters<'a> {
pub cmd: u32,
pub sub_cmd: u32,
pub inout: &'a mut [u8],
// some fields omitted
}
Expand description
struct PluginParameters { @cmd: u32, plugin cmd, defined in proto/ @sub_cmd: u32, plugin subcmd, defined in proto/ @inout: &’a mut u8, input/output buffer shared with TA and plugin @outlen, length of output sent to TA }
Fields
cmd: u32
sub_cmd: u32
inout: &'a mut [u8]