Skip to main content

lumen_signal_set_bool

Function lumen_signal_set_bool 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn lumen_signal_set_bool( name: *const c_char, value: bool, ) -> LumenStatus
Expand description

Set a scalar signal to a boolean, typed.

Pushes PropertyValue::Bool through the typed-property bus so the PropertyStore cell receives the typed variant directly.