pub fn write_frame_to_std_out(data: Vec<u8>, tag: SurgeryStep)Expand description
Writes a frame to the standard output.
ยงArguments
data- The raw data of the frame.tag- The tag associated with the frame.
pub fn write_frame_to_std_out(data: Vec<u8>, tag: SurgeryStep)Writes a frame to the standard output.
data - The raw data of the frame.tag - The tag associated with the frame.