Skip to main content

pamoja_recording_actuator_len

Function pamoja_recording_actuator_len 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_recording_actuator_len( actuator: *const PamojaRecordingActuator, ) -> usize
Expand description

Reports how many commands an actuator has been given.

§Arguments

  • actuator - the actuator.

§Returns

The number of commands, or 0 if actuator is null.

§Safety

actuator must be a live handle from pamoja_recording_actuator_new, or null.