Skip to main content

build_invoke_request_timed

Function build_invoke_request_timed 

Source
pub fn build_invoke_request_timed(
    path: CommandPath,
    command_fields_tlv: &[u8],
) -> Vec<u8> โ“˜
Expand description

Like build_invoke_request but sets TimedRequest = true โ€” the action half of a timed interaction, sent on the same exchange after a TimedRequest message (see crate::build_timed_request).

ยงPanics

As build_invoke_request (invalid command_fields_tlv).